Skip to content

Commit

Permalink
chore(packages): Update packages + bump Node version to 12
Browse files Browse the repository at this point in the history
BREAKING CHANGE: dropping Node 10 support
  • Loading branch information
jeffijoe committed Aug 12, 2021
1 parent 3a8eeb9 commit b55b4f3
Show file tree
Hide file tree
Showing 12 changed files with 26,662 additions and 8,142 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ notifications:
# Add additional versions here as appropriate.
node_js:
- 'stable'
- '10'
- '8'
- '16'
- '14'
- '12'

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

# 5.0.0

### BREAKING CHANGES

* Minimum supported Node version is now 12.

# 4.0.0

* use [@koa](https://github.com/koa)/router, update packages ([40d8782](https://github.com/jeffijoe/awilix-koa/commit/40d8782))

### BREAKING CHANGES

* Switched to the official Koa Router fork. It shouldn't really be a breaking change, but you never know.

# 3.1.1

- Update `awilix-router-core` to v1.6.1
Expand Down
Loading

0 comments on commit b55b4f3

Please sign in to comment.