Skip to content

Commit bda3f15

Browse files
6.1.0
1 parent 37b5ebe commit bda3f15

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 6.1.0 (2023-03-11)
2+
[Compare `@uirouter/core` versions 6.0.9 and 6.1.0](https://github.com/ui-router/core/compare/6.0.9...6.1.0)
3+
4+
### Bug Fixes
5+
6+
* **angular-compiler:** remove index.metadata.json from uirouter core, ([37b5ebe](https://github.com/ui-router/core/commit/37b5ebe))
7+
8+
9+
10+
111
## 6.0.9 (2023-01-12)
212
[Compare `@uirouter/core` versions 6.0.8 and 6.0.9](https://github.com/ui-router/core/compare/6.0.8...6.0.9)
313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uirouter/core",
33
"description": "UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps",
4-
"version": "6.0.9",
4+
"version": "6.1.0",
55
"scripts": {
66
"clean": "shx rm -rf lib lib-esm _bundles .cache _doc",
77
"compile": "npm run clean && tsc && tsc -m es6 --outDir lib-esm",

0 commit comments

Comments
 (0)