diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..11f85e7 --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 5318e64..8231b1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sagacify/autoroute", - "version": "1.3.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index e17997e..c6e7e96 100644 --- a/package.json +++ b/package.json @@ -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": {