diff --git a/angularjs/CHANGELOG.md b/angularjs/CHANGELOG.md index a338fad5a8..7a430a214a 100644 --- a/angularjs/CHANGELOG.md +++ b/angularjs/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.0.4](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/angularjs@12.0.3...@momentum-ui/angularjs@12.0.4) (2019-07-25) + + +### Bug Fixes + +* move state creation into prelink and put it on scope ([7c120a1](https://github.com/momentum-design/momentum-ui/commit/7c120a1)), closes [#298](https://github.com/momentum-design/momentum-ui/issues/298) + + + + + ## [12.0.3](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/angularjs@12.0.2...@momentum-ui/angularjs@12.0.3) (2019-07-24) diff --git a/angularjs/package.json b/angularjs/package.json index e4eb748d1c..5e89ece7a0 100644 --- a/angularjs/package.json +++ b/angularjs/package.json @@ -1,7 +1,7 @@ { "name": "@momentum-ui/angularjs", "description": "Cisco Momentum UI AngularJS 1.X components", - "version": "12.0.3", + "version": "12.0.4", "main": "bundles/momentum-ui-angularjs.umd.js", "typings": "types/momentum-ui-angularjs.d.ts", "author": "Cisco Systems, Inc.",