Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.1.2...v1.0.0) (2018-09-22)

### Bug Fixes

* **deps:** fix vulnerabilities ([0c5ec2f](0c5ec2f))
* **deps:** update dependency coffee-script to v1.12.7 ([072e704](072e704))

### chore

* **node:** update min node version to v8 ([515dff1](515dff1))

### BREAKING CHANGES

* **node:** set min node version to v8
  • Loading branch information
semantic-release-bot committed Sep 22, 2018
1 parent 17f78b4 commit 74f5217
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [1.0.0](https://github.com/lgaticaq/hubot-m2m-status/compare/v0.1.2...v1.0.0) (2018-09-22)


### Bug Fixes

* **deps:** fix vulnerabilities ([0c5ec2f](https://github.com/lgaticaq/hubot-m2m-status/commit/0c5ec2f))
* **deps:** update dependency coffee-script to v1.12.7 ([072e704](https://github.com/lgaticaq/hubot-m2m-status/commit/072e704))


### chore

* **node:** update min node version to v8 ([515dff1](https://github.com/lgaticaq/hubot-m2m-status/commit/515dff1))


### BREAKING CHANGES

* **node:** set min node version to v8

#### 0.1.2 (2017-09-25)

##### Chores
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hubot-m2m-status",
"version": "0.1.2",
"version": "1.0.0",
"description": "A Hubot script to check status of your m2mdataglobal sims",
"main": "src",
"scripts": {
Expand Down

0 comments on commit 74f5217

Please sign in to comment.