Skip to content

Commit

Permalink
chore(release): 1.3.8
Browse files Browse the repository at this point in the history
## [1.3.8](v1.3.7...v1.3.8) (2023-08-07)

### Bug Fixes

* **deps:** bump ora from 7.0.0 to 7.0.1 ([#214](#214)) ([039643f](039643f))

[skip ci]
  • Loading branch information
semantic-release-bot committed Aug 7, 2023
1 parent 039643f commit 1288e9c
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.3.8](https://github.com/hongaar/moker/compare/v1.3.7...v1.3.8) (2023-08-07)

### Bug Fixes

- **deps:** bump ora from 7.0.0 to 7.0.1
([#214](https://github.com/hongaar/moker/issues/214))
([039643f](https://github.com/hongaar/moker/commit/039643f511fe9805754e987aaf21bdc2fb04b409))

## [1.3.7](https://github.com/hongaar/moker/compare/v1.3.6...v1.3.7) (2023-07-31)

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

0 comments on commit 1288e9c

Please sign in to comment.