Skip to content

Commit

Permalink
chore: upgrade to Awilix 8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node 12 support has been dropped.
  • Loading branch information
jeffijoe committed Oct 18, 2022
1 parent 2156e34 commit dc4c8fc
Show file tree
Hide file tree
Showing 4 changed files with 1,255 additions and 1,249 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ notifications:
# Add additional versions here as appropriate.
node_js:
- 'stable'
- '18'
- '16'
- '14'
- '12'

# Lint errors should trigger a failure.
before_script:
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

# 9.0.0

* Upgrade `awilix` to `8.0.0`
* **BREAKING**: Drop Node 12 support
* Remove `awilix` as a peer dependency, it's annoying to have to upgrade these packages even though the API is compatible.

### BREAKING CHANGES

Minimum supported Node version is now 14.

# 8.0.0

* Upgrade `@koa/router` to v12.
Expand Down
Loading

0 comments on commit dc4c8fc

Please sign in to comment.