Skip to content

Commit

Permalink
chore(release): 0.11.0
Browse files Browse the repository at this point in the history
# [0.11.0](v0.10.5...v0.11.0) (2023-02-07)

### Features

* dependabot automerge ([#123](#123)) ([210c981](210c981))

[skip ci]
  • Loading branch information
semantic-release-bot committed Feb 7, 2023
1 parent 210c981 commit 366d097
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.11.0](https://github.com/hongaar/moker/compare/v0.10.5...v0.11.0) (2023-02-07)

### Features

- dependabot automerge ([#123](https://github.com/hongaar/moker/issues/123))
([210c981](https://github.com/hongaar/moker/commit/210c98178de25c0b1c2a11931ca8f3efc822a338))

## [0.10.5](https://github.com/hongaar/moker/compare/v0.10.4...v0.10.5) (2023-02-02)

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

0 comments on commit 366d097

Please sign in to comment.