Skip to content

Commit

Permalink
chore(release): 1.2.1
Browse files Browse the repository at this point in the history
## [1.2.1](v1.2.0...v1.2.1) (2023-06-01)

### Bug Fixes

* do not cancel in progress releases ([fe77d33](fe77d33))

[skip ci]
  • Loading branch information
semantic-release-bot committed Jun 1, 2023
1 parent fe77d33 commit 9a14b8c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.1](https://github.com/hongaar/moker/compare/v1.2.0...v1.2.1) (2023-06-01)

### Bug Fixes

- do not cancel in progress releases
([fe77d33](https://github.com/hongaar/moker/commit/fe77d3371278d985ad4fd9fac51c2b52d76e95e3))

# [1.2.0](https://github.com/hongaar/moker/compare/v1.1.2...v1.2.0) (2023-06-01)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/action/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mokr/action",
"version": "1.2.0",
"version": "1.2.1",
"description": "Moker Github Action",
"repository": "https://github.com/hongaar/moker",
"license": "MIT",
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": "1.2.0",
"version": "1.2.1",
"description": "The moker CLI",
"repository": "https://github.com/hongaar/moker",
"license": "MIT",
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": "1.2.0",
"version": "1.2.1",
"description": "Core moker functions",
"repository": "https://github.com/hongaar/moker",
"license": "MIT",
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": "1.2.0",
"version": "1.2.1",
"description": "Moker plugins",
"repository": "https://github.com/hongaar/moker",
"license": "MIT",
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": "1.2.0",
"version": "1.2.1",
"description": "Moker templates",
"repository": "https://github.com/hongaar/moker",
"license": "MIT",
Expand Down

0 comments on commit 9a14b8c

Please sign in to comment.