Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0](v5.0.2...v6.0.0) (2024-03-30)

### Bug Fixes

* update dependencies ([#15](#15)) ([38eb09f](38eb09f))

### BREAKING CHANGES

* this version fixes the open api spec version to 3.1.0 and does not allow the user
to change it

* ci: update node versions

* fix(test): fix test script

* ci: remove node 16
  • Loading branch information
semantic-release-bot committed Mar 30, 2024
1 parent 745d911 commit 23eb7cd
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [6.0.0](https://github.com/expresso/router/compare/v5.0.2...v6.0.0) (2024-03-30)


### Bug Fixes

* update dependencies ([#15](https://github.com/expresso/router/issues/15)) ([38eb09f](https://github.com/expresso/router/commit/38eb09f485753f1cd9d7c4ed72d9a8761376d069))


### BREAKING CHANGES

* this version fixes the open api spec version to 3.1.0 and does not allow the user
to change it

* ci: update node versions

* fix(test): fix test script

* ci: remove node 16

## [5.0.2](https://github.com/expresso/router/compare/v5.0.1...v5.0.2) (2022-09-25)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expresso/router",
"version": "5.0.2",
"version": "6.0.0",
"main": "dist/index.js",
"description": "@expresso framework library",
"engines": {
Expand Down

0 comments on commit 23eb7cd

Please sign in to comment.