Skip to content

Commit

Permalink
chore(release): 0.6.0
Browse files Browse the repository at this point in the history
# [0.6.0](v0.5.2...v0.6.0) (2022-12-09)

### Features

* semantic-release use yarn plugin ([#91](#91)) ([a246dd0](a246dd0))

[skip ci]
  • Loading branch information
semantic-release-bot committed Dec 9, 2022
1 parent a246dd0 commit 8a82ef9
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 @@
# [0.6.0](https://github.com/hongaar/moker/compare/v0.5.2...v0.6.0) (2022-12-09)

### Features

- semantic-release use yarn plugin
([#91](https://github.com/hongaar/moker/issues/91))
([a246dd0](https://github.com/hongaar/moker/commit/a246dd01b3cc7eb026b4e0bea02fcbbb17d13a99))

## [0.5.2](https://github.com/hongaar/moker/compare/v0.5.1...v0.5.2) (2022-12-07)

### 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.5.2",
"version": "0.6.0",
"description": "The moker CLI",
"repository": "https://github.com/hongaar/moker",
"author": "joram@vandenboezem.nl",
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.5.2",
"version": "0.6.0",
"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.5.2",
"version": "0.6.0",
"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.5.2",
"version": "0.6.0",
"description": "Moker templates",
"repository": "https://github.com/hongaar/moker",
"publishConfig": {
Expand Down

0 comments on commit 8a82ef9

Please sign in to comment.