Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
# [2.0.0](v1.8.1...v2.0.0) (2023-09-28)

* feat!: typescript build / project references (#245) ([220305b](220305b)), closes [#245](#245)

### BREAKING CHANGES

* typescript plugin now uses project references to use new tsc --build mode

[skip ci]
  • Loading branch information
semantic-release-bot committed Sep 28, 2023
1 parent 220305b commit 5de8cb9
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [2.0.0](https://github.com/hongaar/moker/compare/v1.8.1...v2.0.0) (2023-09-28)

- feat!: typescript build / project references (#245)
([220305b](https://github.com/hongaar/moker/commit/220305b34bec8cd243d2a7878bb20e197477f205)),
closes [#245](https://github.com/hongaar/moker/issues/245)

### BREAKING CHANGES

- typescript plugin now uses project references to use new tsc --build mode

## [1.8.1](https://github.com/hongaar/moker/compare/v1.8.0...v1.8.1) (2023-09-28)

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

0 comments on commit 5de8cb9

Please sign in to comment.