Skip to content

Commit

Permalink
Merge pull request #46 from jeffijoe/chore/packages
Browse files Browse the repository at this point in the history
chore(packages): Update packages + bump Node version to 12
  • Loading branch information
jeffijoe committed Aug 12, 2021
2 parents 3a8eeb9 + b55b4f3 commit 2bc071f
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
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
@@ -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

0 comments on commit 2bc071f

Please sign in to comment.