Skip to content

Commit

Permalink
chore(release): 9.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.0.0](8.0.0...9.0.0) (2023-10-02)

### Bug Fixes

* drop Node 16 support ([5e81112](5e81112))
* update dependencies ([543e232](543e232))

### BREAKING CHANGES

* Node 16 is not longer supported. Node 18.17 is the minimum required version now.
  • Loading branch information
semantic-release-bot committed Oct 2, 2023
1 parent 49ece04 commit 4e91054
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
# [9.0.0](https://github.com/homer0/jimpex/compare/8.0.0...9.0.0) (2023-10-02)


### Bug Fixes

* drop Node 16 support ([5e81112](https://github.com/homer0/jimpex/commit/5e81112bacea1f74f5250c6b12c6f1f94badee7f))
* update dependencies ([543e232](https://github.com/homer0/jimpex/commit/543e232bad8a13f67f380997209140c65b6292c4))


### BREAKING CHANGES

* Node 16 is not longer supported. Node 18.17 is the minimum required version now.

# [8.0.0](https://github.com/homer0/jimpex/compare/7.0.2...8.0.0) (2022-12-28)


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
Expand Up @@ -2,7 +2,7 @@
"name": "jimpex",
"description": "Express as dependency injection container.",
"homepage": "https://homer0.github.io/jimpex/",
"version": "8.0.0",
"version": "9.0.0",
"repository": "homer0/jimpex",
"author": "Leonardo Apiwan (@homer0) <me@homer0.com>",
"license": "MIT",
Expand Down

0 comments on commit 4e91054

Please sign in to comment.