Skip to content

Commit

Permalink
chore: update version v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed Jul 15, 2023
1 parent 3d8d50c commit 2cdb421
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.0](https://github.com/liangskyli/routing-controllers-openapi/compare/v0.5.1...v0.6.0) (2023-07-15)


### Features

* upgrade dependencies and support prettier v3 ([983c0ba](https://github.com/liangskyli/routing-controllers-openapi/commit/983c0ba5cdbffee2a33d12633b9dd1ed39b0ea49))



## [0.5.1](https://github.com/liangskyli/routing-controllers-openapi/compare/v0.5.0...v0.5.1) (2023-06-05)


Expand Down
11 changes: 8 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"npmClient": "pnpm",
"version": "0.5.1",
"version": "0.6.0",
"command": {
"version": {
"conventionalCommits": true,
"changelogPreset": {
"name": "conventional-changelog-conventionalcommits",
"issuePrefixes": ["#"],
"issuePrefixes": [
"#"
],
"types": [
{
"type": "feat",
Expand Down Expand Up @@ -73,7 +75,10 @@
"push": false
},
"publish": {
"ignoreChanges": ["ignored-file", "*.md"],
"ignoreChanges": [
"ignored-file",
"*.md"
],
"registry": "https://registry.npmjs.org/",
"message": "chore: publish release %s"
}
Expand Down
9 changes: 9 additions & 0 deletions packages/routing-controllers-openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.0](https://github.com/liangskyli/routing-controllers-openapi/compare/v0.5.1...v0.6.0) (2023-07-15)


### Features

* upgrade dependencies and support prettier v3 ([983c0ba](https://github.com/liangskyli/routing-controllers-openapi/commit/983c0ba5cdbffee2a33d12633b9dd1ed39b0ea49))



## [0.5.1](https://github.com/liangskyli/routing-controllers-openapi/compare/v0.5.0...v0.5.1) (2023-06-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/routing-controllers-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liangskyli/routing-controllers-openapi",
"version": "0.5.1",
"version": "0.6.0",
"description": "routing-controllers generate openapi file",
"author": "liangsky <[email protected]>",
"homepage": "https://github.com/liangskyli/routing-controllers-openapi#readme",
Expand Down

0 comments on commit 2cdb421

Please sign in to comment.