Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2023-05-09)

### Features

* add concurrency to release workflow ([#170](#170)) ([f8f4145](f8f4145))

[skip ci]
  • Loading branch information
semantic-release-bot committed May 9, 2023
1 parent f8f4145 commit 345bfb1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.1.0](https://github.com/hongaar/moker/compare/v1.0.0...v1.1.0) (2023-05-09)

### Features

- add concurrency to release workflow
([#170](https://github.com/hongaar/moker/issues/170))
([f8f4145](https://github.com/hongaar/moker/commit/f8f4145bd97cf7c0f39959660d9d58978095f68d))

# [1.0.0](https://github.com/hongaar/moker/compare/v0.12.2...v1.0.0) (2023-05-09)

### Features
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.0.0",
"version": "1.1.0",
"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.0.0",
"version": "1.1.0",
"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.0.0",
"version": "1.1.0",
"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.0.0",
"version": "1.1.0",
"description": "Moker templates",
"repository": "https://github.com/hongaar/moker",
"license": "MIT",
Expand Down

0 comments on commit 345bfb1

Please sign in to comment.