Skip to content

Commit

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

### Bug Fixes

* attempt automatic release (4) ([535b121](535b121))
* attempt automatic release (5) ([13146c7](13146c7))

[skip ci]
  • Loading branch information
semantic-release-bot committed Nov 24, 2022
1 parent 13146c7 commit 9d9b967
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.0.2](https://github.com/hongaar/moker/compare/v0.0.1...v0.0.2) (2022-11-24)

### Bug Fixes

- attempt automatic release (4)
([535b121](https://github.com/hongaar/moker/commit/535b121317fe0349c967c4b62188315b097b7303))
- attempt automatic release (5)
([13146c7](https://github.com/hongaar/moker/commit/13146c72a8a74b008d9b838ba363738a47fe3b0a))

# ?.?.? (????-??-??)

Initial release!
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.1",
"version": "0.0.2",
"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.1",
"version": "0.0.2",
"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.1",
"version": "0.0.2",
"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.1",
"version": "0.0.2",
"description": "Moker templates",
"repository": "https://github.com/hongaar/moker",
"publishConfig": {
Expand Down

0 comments on commit 9d9b967

Please sign in to comment.