Skip to content

Commit

Permalink
chore: release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanosdev committed Jan 27, 2024
1 parent c06286f commit 0cb51c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "cz_conventional_commits"
tag_format = "$version"
update_changelog_on_bump = true
version_scheme = "semver"
version = "0.2.0"
version = "0.2.1"
version_files = [
"packages/ic-angular/package.json",
"packages/ic-build-angular/package.json",
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 0.2.1 (2024-01-27)

### Feat

Expand Down
2 changes: 1 addition & 1 deletion packages/ic-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hadronous/ic-angular",
"version": "0.2.0",
"version": "0.2.1",
"scripts": {
"build": "ng build ic-angular -c production",
"build:dev": "ng build ic-angular -c development",
Expand Down
2 changes: 1 addition & 1 deletion packages/ic-build-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hadronous/ic-build-angular",
"version": "0.2.0",
"version": "0.2.1",
"scripts": {
"build": "tsc && node ./build.mjs",
"docs": "typedoc --options ./typedoc.json"
Expand Down

0 comments on commit 0cb51c5

Please sign in to comment.