Skip to content

Commit

Permalink
Bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fboeller committed Jan 26, 2021
1 parent d3df69e commit 2664cb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.3] - 2020-01-26
## [0.1.2] - 2020-01-26

### Added

- The package is now usable with Angular peer dependencies >=10.2.0 (before ~10.2.0). It is now build with 11.1.0 and is tested both with 10.2.0 and 11.1.0.

## [0.1.2] - 2020-01-12

### Fixed

- The location strategy now prepends the base href to external urls such that a click on a link via middle mouse button opens a new tab with the correct url
2 changes: 1 addition & 1 deletion projects/ngx-elements-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-elements-router",
"version": "0.1.1",
"version": "0.1.2",
"description": "A libary to enable the usage of the router module within Angular projects defining custom elements",
"author": "Fabian Böller",
"license": "MIT",
Expand Down

0 comments on commit 2664cb2

Please sign in to comment.