Skip to content

Commit

Permalink
chore: bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaixhin committed Oct 14, 2015
1 parent 58b1493 commit eb792e8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,19 @@
<a name="0.2.7"></a>
## [0.2.7](https://github.com/Kaixhin/FGLab/compare/0.2.7...v0.2.7) (2015-10-14)


### Bug Fixes

* update and add missing URL regex condition ([a999f28](https://github.com/Kaixhin/FGLab/commit/a999f28))

### Features

* add Moment.js for parsing dates ([22d707e](https://github.com/Kaixhin/FGLab/commit/22d707e))
* add automated bump parser based on commit messages ([58b1493](https://github.com/Kaixhin/FGLab/commit/58b1493))
* use general _scores object ([e4f58b6](https://github.com/Kaixhin/FGLab/commit/e4f58b6))



<a name="0.2.7"></a>
## [0.2.7](https://github.com/Kaixhin/FGLab/compare/0.2.6...v0.2.7) (2015-10-14)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "FGLab",
"main": "index.js",
"version": "0.2.7",
"version": "0.3.0",
"homepage": "https://github.com/Kaixhin/FGLab",
"description": "Future Gadget Laboratory",
"moduleType": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "FGLab",
"version": "0.2.7",
"version": "0.3.0",
"description": "Future Gadget Laboratory",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit eb792e8

Please sign in to comment.