Skip to content

Commit ea2db1a

Browse files
author
Brandon Dail
committed
chore(release): 0.2.6
1 parent 5a0bea1 commit ea2db1a

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Change Log
2+
3+
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.
4+
5+
<a name="0.2.6"></a>
6+
## [0.2.6](https://github.com/aweary/tinytime/compare/v0.2.5...v0.2.6) (2017-06-03)
7+
8+
9+
110
<a name="0.2.5"></a>
211
## [0.2.5](https://github.com/aweary/tinytime/compare/v0.2.4...v0.2.5) (2017-03-23)
312

@@ -42,6 +51,3 @@
4251

4352
<a name="0.1.0"></a>
4453
# 0.1.0 (2017-01-24)
45-
46-
47-

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinytime",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"amdName": "tinytime",
55
"jsnext:main": "src/index.js",
66
"main": "dist/tinytime.js",
@@ -32,6 +32,7 @@
3232
"rollup": "^0.41.4",
3333
"rollup-plugin-babel": "^2.7.1",
3434
"rollup-plugin-flow": "^1.1.1",
35+
"standard-version": "^4.0.0",
3536
"uglify-js": "^2.7.5"
3637
}
3738
}

0 commit comments

Comments
 (0)