Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.3.0...v2.0.0) (2021-09-30)

### Features

* migrate to typescript ([44fc26c](44fc26c))

### BREAKING CHANGES

* require node engine > 12.4.0
  • Loading branch information
semantic-release-bot committed Sep 30, 2021
1 parent 60b6ada commit b7307d7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# [2.0.0](https://github.com/Sagacify/autoroute/compare/v1.3.0...v2.0.0) (2021-09-30)


### Features

* migrate to typescript ([44fc26c](https://github.com/Sagacify/autoroute/commit/44fc26cb961792d4d4d3487de66703c034ae9e81))


### BREAKING CHANGES

* require node engine > 12.4.0
2 changes: 1 addition & 1 deletion 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": "@sagacify/autoroute",
"version": "1.3.0",
"version": "2.0.0",
"description": "Automatic router for simple REST json api",
"main": "src/Autoroute.js",
"directories": {
Expand Down

0 comments on commit b7307d7

Please sign in to comment.