Skip to content

Commit

Permalink
chore(release): 0.0.4
Browse files Browse the repository at this point in the history
## [0.0.4](v0.0.3...v0.0.4) (2022-11-24)

### Bug Fixes

* release attempt with no root publish ([b9c6ad9](75e5ec5))

[skip ci]
  • Loading branch information
semantic-release-bot committed Nov 24, 2022
1 parent 75e5ec5 commit 60913f6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.0.4](https://github.com/hongaar/moker/compare/v0.0.3...v0.0.4) (2022-11-24)

### Bug Fixes

- release attempt with no root publish
([b9c6ad9](https://github.com/hongaar/moker/commit/b9c6ad96a29485f29c482b37ba77ac049a889262))

## [0.0.3](https://github.com/hongaar/moker/compare/v0.0.2...v0.0.3) (2022-11-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moker",
"version": "0.0.3",
"version": "0.0.4",
"description": "The moker CLI",
"repository": "https://github.com/hongaar/moker",
"author": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mokr/core",
"version": "0.0.3",
"version": "0.0.4",
"description": "Core moker functions",
"repository": "https://github.com/hongaar/moker",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mokr/plugins",
"version": "0.0.3",
"version": "0.0.4",
"description": "Moker plugins",
"repository": "https://github.com/hongaar/moker",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mokr/templates",
"version": "0.0.3",
"version": "0.0.4",
"description": "Moker templates",
"repository": "https://github.com/hongaar/moker",
"publishConfig": {
Expand Down

0 comments on commit 60913f6

Please sign in to comment.