Skip to content

Commit

Permalink
10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Dec 2, 2019
1 parent 29515bc commit 70d111c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 10.0.1 (2019-12-02)
[Compare `@uirouter/angular-hybrid` versions 10.0.0 and 10.0.1](https://github.com/ui-router/angular-hybrid/compare/10.0.0...10.0.1)

### Bug Fixes

* **package:** mark package as having side-effects ([#385](https://github.com/ui-router/angular-hybrid/issues/385)) ([29515bc](https://github.com/ui-router/angular-hybrid/commit/29515bc))

# 10.0.0 (2019-11-25)
[Compare `@uirouter/angular-hybrid` versions 9.0.0 and 10.0.0](https://github.com/ui-router/angular-hybrid/compare/9.0.0...10.0.0)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "@uirouter/angular-hybrid",
"version": "10.0.0",
"version": "10.0.1",
"scripts": {
"example": "cd example && npm i && npm start",
"clean": "shx rm -rf lib _bundles dist",
Expand Down

0 comments on commit 70d111c

Please sign in to comment.