Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
# [1.0.0](v0.12.2...v1.0.0) (2023-05-09)

### Features

* update node.js versions ([#166](#166)) ([109af99](109af99))

### BREAKING CHANGES

* This updates the supported node.js versions

[skip ci]
  • Loading branch information
semantic-release-bot committed May 9, 2023
1 parent 109af99 commit a4c1300
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [1.0.0](https://github.com/hongaar/moker/compare/v0.12.2...v1.0.0) (2023-05-09)

### Features

- update node.js versions ([#166](https://github.com/hongaar/moker/issues/166))
([109af99](https://github.com/hongaar/moker/commit/109af99ddd6df6e45ac3e474cda9b108a5b95a7d))

### BREAKING CHANGES

- This updates the supported node.js versions

## [0.12.2](https://github.com/hongaar/moker/compare/v0.12.1...v0.12.2) (2023-05-09)

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

0 comments on commit a4c1300

Please sign in to comment.