Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Van Camp committed Jun 1, 2017
1 parent e83ea05 commit e382416
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# 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="1.0.0"></a>
# 1.0.0 (2017-05-26)
# 1.0.0 (2017-06-01)

- Initial release
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
"index.js",
"src",
"!dist"
]
],
"version": "1.0.0"
}
1 change: 1 addition & 0 deletions browser-stubs/sinon.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/* global window */
module.exports = window.sinon;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"watch": "webpack --watch",
"test": "eslint .",
"prerelease": "npm t",
"release": "standard-version -s",
"release": "standard-version",
"postrelease": "npm publish && git push --follow-tags",
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
Expand Down

0 comments on commit e382416

Please sign in to comment.