Skip to content

Commit

Permalink
chore: release 0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
nathanosdev authored and github-actions[bot] committed Oct 2, 2022
1 parent 258d50f commit 37b9460
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 0.1.0 (2022-10-02)

### Feat

Expand Down
8 changes: 5 additions & 3 deletions cz.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"commitizen": {
"name": "cz_conventional_commits",
"version": "0.0.0",
"version": "0.1.0",
"tag_format": "$version",
"version_files": ["package.json:version"]
"version_files": [
"package.json:version"
]
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solec/ic-webpack-plugin",
"version": "0.0.0",
"version": "0.1.0",
"description": "A Webpack plugin to find your Internet Computer canister Ids and create environment variables for them.",
"main": "dist/main.js",
"scripts": {
Expand Down

0 comments on commit 37b9460

Please sign in to comment.