Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.7...v2.1.0) (2023-10-29)

### Bug Fixes

* --worktree to --all ([#262](#262)) ([5e153d5](5e153d5))

### Features

* yarn 4 ([#261](#261)) ([c2657f3](c2657f3))

[skip ci]
  • Loading branch information
semantic-release-bot committed Oct 29, 2023
1 parent 5e153d5 commit 2fb4fea
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.1.0](https://github.com/hongaar/moker/compare/v2.0.7...v2.1.0) (2023-10-29)

### Bug Fixes

- --worktree to --all ([#262](https://github.com/hongaar/moker/issues/262))
([5e153d5](https://github.com/hongaar/moker/commit/5e153d5eb617e669712edb8c0e7332cf2cae6604))

### Features

- yarn 4 ([#261](https://github.com/hongaar/moker/issues/261))
([c2657f3](https://github.com/hongaar/moker/commit/c2657f3c6e9a71d0c69c78a6a0f7287755fc62c3))

## [2.0.7](https://github.com/hongaar/moker/compare/v2.0.6...v2.0.7) (2023-10-23)

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

0 comments on commit 2fb4fea

Please sign in to comment.