Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0](v1.0.10...v2.0.0) (2023-11-05)

### ⚠ BREAKING CHANGES

* change `module` from `ES2022` to `Node16` in TSConfig

### Bug Fixes

* change `module` from `ES2022` to `Node16` in TSConfig ([c395506](c395506))
  • Loading branch information
vidavidorra-release[bot] committed Nov 5, 2023
1 parent c395506 commit 9095339
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 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/vidavidorra/create-project/compare/v1.0.10...v2.0.0) (2023-11-05)

### ⚠ BREAKING CHANGES

- change `module` from `ES2022` to `Node16` in TSConfig

### Bug Fixes

- change `module` from `ES2022` to `Node16` in TSConfig ([c395506](https://github.com/vidavidorra/create-project/commit/c3955068b4747e01f89975456adf508494edf433))

## [1.0.10](https://github.com/vidavidorra/create-project/compare/v1.0.9...v1.0.10) (2023-11-04)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vidavidorra/create-project",
"version": "1.0.10",
"version": "2.0.0",
"private": false,
"description": "Interactively create a GitHub project.",
"homepage": "https://github.com/vidavidorra/create-project#readme",
Expand Down

0 comments on commit 9095339

Please sign in to comment.