From cfe549c68aca9f14e834658e12b2633c435198db Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Mon, 20 Jul 2020 20:08:13 -0400 Subject: [PATCH] Release 7.0.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29b..f2133119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +## v7.0.0 (2020-07-21) + +#### :boom: Breaking Change +* [#297](https://github.com/tildeio/router.js/pull/297) Update TypeScript to 3.9 ([@xg-wang](https://github.com/xg-wang)) +* [#294](https://github.com/tildeio/router.js/pull/294) Drop Node < 10. ([@rwjblue](https://github.com/rwjblue)) +* [#289](https://github.com/tildeio/router.js/pull/289) Upgrade TypeScript to 3.5 ([@xg-wang](https://github.com/xg-wang)) + +#### :house: Internal +* [#301](https://github.com/tildeio/router.js/pull/301) Add automated release setup. ([@rwjblue](https://github.com/rwjblue)) +* [#300](https://github.com/tildeio/router.js/pull/300) Update Babel to latest. ([@rwjblue](https://github.com/rwjblue)) +* [#299](https://github.com/tildeio/router.js/pull/299) Update remaining dependencies/devDependencies to latest. ([@rwjblue](https://github.com/rwjblue)) +* [#298](https://github.com/tildeio/router.js/pull/298) Update prettier to 2.0.5. ([@rwjblue](https://github.com/rwjblue)) +* [#296](https://github.com/tildeio/router.js/pull/296) Migrate from TSLint to ESLint ([@rwjblue](https://github.com/rwjblue)) +* [#295](https://github.com/tildeio/router.js/pull/295) Add GitHub Actions CI setup ([@rwjblue](https://github.com/rwjblue)) + +#### Committers: 2 +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) +- Thomas Wang ([@xg-wang](https://github.com/xg-wang)) + + diff --git a/package.json b/package.json index c9dbd522..6bef2155 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "router_js", - "version": "6.2.6", + "version": "7.0.0", "description": "A lightweight JavaScript library is built on top of route-recognizer and rsvp.js to provide an API for handling routes", "keywords": [ "route-recognizer",