Skip to content

Commit bcce8d0

Browse files
chore: release 0.3.1
1 parent c820174 commit bcce8d0

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="0.3.1"></a>
2+
3+
## [0.3.1](https://github.com/brandonroberts/angular-routing/compare/0.3.0...0.3.1) (2020-12-28)
4+
5+
### Features
6+
7+
- **router:** replace path-to-regexp with internal matcher ([#64](https://github.com/brandonroberts/angular-routing/issues/64)) ([d34dfc0](https://github.com/brandonroberts/angular-routing/commit/d34dfc0)), closes [#58](https://github.com/brandonroberts/angular-routing/issues/58)
8+
- add more demo applications ([#68](https://github.com/brandonroberts/angular-routing/issues/68)) ([9ed17ec](https://github.com/brandonroberts/angular-routing/commit/9ed17ec))
9+
110
<a name="0.3.0"></a>
211

312
# [0.3.0](https://github.com/brandonroberts/angular-routing/compare/0.2.2...0.3.0) (2020-12-02)

libs/angular-routing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-routing",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A declarative router for Angular applications",
55
"schematics": "./schematics/collection.json",
66
"ng-add": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-routing",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"license": "MIT",
55
"scripts": {
66
"ng": "nx",

0 commit comments

Comments
 (0)