Skip to content

Commit

Permalink
chore(release): version 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2020-11-06)

### Features

* initial implementation of project for alpha testing and demo ([75072f6](75072f6))
  • Loading branch information
semantic-release-bot committed Nov 6, 2020
1 parent e0bada1 commit 376c57c
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 4 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# 1.0.0 (2020-11-06)


### Features

* initial implementation of project for alpha testing and demo ([75072f6](https://github.com/clowdhaus/terraform-min-max/commit/75072f65c8ada30c9f6b0afb4e1920eed9d50c15))

# 1.0.0 (2020-11-06)


### Features

* initial implementation of project for alpha testing and demo ([75072f6](https://github.com/clowdhaus/terraform-min-max/commit/75072f65c8ada30c9f6b0afb4e1920eed9d50c15))

# 1.0.0 (2020-11-06)


### Features

* initial implementation of project for alpha testing and demo ([75072f6](https://github.com/clowdhaus/terraform-min-max/commit/75072f65c8ada30c9f6b0afb4e1920eed9d50c15))

# 1.0.0 (2020-11-06)


### Features

* initial implementation of project for alpha testing and demo ([75072f6](https://github.com/clowdhaus/terraform-min-max/commit/75072f65c8ada30c9f6b0afb4e1920eed9d50c15))

# 1.0.0 (2020-11-06)


### Features

* initial implementation of project for alpha testing and demo ([75072f6](https://github.com/clowdhaus/terraform-min-max/commit/75072f65c8ada30c9f6b0afb4e1920eed9d50c15))

# 1.0.0 (2020-11-06)


### Features

* initial implementation of project for alpha testing and demo ([75072f6](https://github.com/clowdhaus/terraform-min-max/commit/75072f65c8ada30c9f6b0afb4e1920eed9d50c15))
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged",
"pre-rebase": "HUSKY_SKIP_HOOKS=1"

}
},
"lint-staged": {
Expand Down Expand Up @@ -109,7 +107,7 @@
"CHANGELOG.md",
"package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
"message": "chore(release): version ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
Expand Down

0 comments on commit 376c57c

Please sign in to comment.