Skip to content

Commit

Permalink
chore(release): 0.11.3
Browse files Browse the repository at this point in the history
## [0.11.3](v0.11.2...v0.11.3) (2023-03-08)

### Bug Fixes

* disable greedy arrays ([#134](#134)) ([5f400f2](5f400f2))

[skip ci]
  • Loading branch information
semantic-release-bot committed Mar 8, 2023
1 parent 5f400f2 commit 4c37919
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.3](https://github.com/hongaar/moker/compare/v0.11.2...v0.11.3) (2023-03-08)

### Bug Fixes

- disable greedy arrays ([#134](https://github.com/hongaar/moker/issues/134))
([5f400f2](https://github.com/hongaar/moker/commit/5f400f22615cc5db4f92b8fd7ad5396c177b0982))

## [0.11.2](https://github.com/hongaar/moker/compare/v0.11.1...v0.11.2) (2023-02-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.11.2",
"version": "0.11.3",
"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": "0.11.2",
"version": "0.11.3",
"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.11.2",
"version": "0.11.3",
"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.11.2",
"version": "0.11.3",
"description": "Moker templates",
"repository": "https://github.com/hongaar/moker",
"license": "MIT",
Expand Down

0 comments on commit 4c37919

Please sign in to comment.