From 4f5d411e9ba44efea003bc3159484b4060ebfc2a Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Sun, 7 Mar 2021 17:23:26 -0500 Subject: [PATCH] Release 7.3.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88f037ed..f386c280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## v7.3.0 (2021-03-07) + +#### :rocket: Enhancement +* [#321](https://github.com/tildeio/router.js/pull/321) Add `isIntermediate` flag to Transition ([@sly7-7](https://github.com/sly7-7)) + +#### :house: Internal +* [#320](https://github.com/tildeio/router.js/pull/320) Remove testing for multiple platforms. ([@rwjblue](https://github.com/rwjblue)) + +#### Committers: 2 +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) +- Sylvain MINA ([@sly7-7](https://github.com/sly7-7)) + + ## v7.2.0 (2021-03-07) #### :bug: Bug Fix diff --git a/package.json b/package.json index 16129501..ba4ef60f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "router_js", - "version": "7.2.0", + "version": "7.3.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",