Skip to content

Commit 08b516b

Browse files
committed
chore: Update global versions
1 parent 367c987 commit 08b516b

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ Ensure you're using the files from the `dist` directory (contains compiled produ
116116
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Gulp.
117117

118118
## Release history
119+
120+
- 0.1.2
121+
- Version fixes
122+
- 0.1.1
123+
- Version fixes
119124
- 0.1.0
120125
- Add one-way data-binding and $onChanges lifecycle, stable release
121126
- 0.0.8

dist/angular-component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! angular-component v0.1.0 | (c) 2016 @toddmotto | https://github.com/toddmotto/angular-component */
1+
/*! angular-component v0.1.2 | (c) 2016 @toddmotto | https://github.com/toddmotto/angular-component */
22
(function () {
33

44
var ng = angular.module;

dist/angular-component.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-component",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"main": "./dist/angular-component.min.js",
55
"description": "Angular component() polyfill",
66
"author": "@toddmotto",

0 commit comments

Comments
 (0)