Skip to content

Commit

Permalink
chore(release): 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Dail committed Jun 3, 2017
1 parent 5a0bea1 commit ea2db1a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.2.6"></a>
## [0.2.6](https://github.com/aweary/tinytime/compare/v0.2.5...v0.2.6) (2017-06-03)



<a name="0.2.5"></a>
## [0.2.5](https://github.com/aweary/tinytime/compare/v0.2.4...v0.2.5) (2017-03-23)

Expand Down Expand Up @@ -42,6 +51,3 @@

<a name="0.1.0"></a>
# 0.1.0 (2017-01-24)



3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinytime",
"version": "0.2.5",
"version": "0.2.6",
"amdName": "tinytime",
"jsnext:main": "src/index.js",
"main": "dist/tinytime.js",
Expand Down Expand Up @@ -32,6 +32,7 @@
"rollup": "^0.41.4",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-flow": "^1.1.1",
"standard-version": "^4.0.0",
"uglify-js": "^2.7.5"
}
}

0 comments on commit ea2db1a

Please sign in to comment.