Skip to content

Commit

Permalink
chore(release): 2.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.3](v2.0.2...v2.0.3) (2023-12-26)

### Bug Fixes

* **deps:** update dependency @inquirer/prompts to v3.3.0 ([c31a152](c31a152))
* **deps:** update dependency prettier to v3.1.0 ([23250be](23250be))
* **deps:** update dependency prettier to v3.1.1 ([3a31e1c](3a31e1c))
* **deps:** update dependency typescript to v5.3.2 ([b04c52b](b04c52b))
* **deps:** update dependency typescript to v5.3.3 ([ed7af0b](ed7af0b))
  • Loading branch information
vidavidorra-release[bot] committed Dec 26, 2023
1 parent b0dd262 commit d089529
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.3](https://github.com/vidavidorra/create-project/compare/v2.0.2...v2.0.3) (2023-12-26)

### Bug Fixes

- **deps:** update dependency @inquirer/prompts to v3.3.0 ([c31a152](https://github.com/vidavidorra/create-project/commit/c31a1527f839756cbd35c8034b32fd1419cf4686))
- **deps:** update dependency prettier to v3.1.0 ([23250be](https://github.com/vidavidorra/create-project/commit/23250be21bce8578a508fb4f70e8e62600768cd1))
- **deps:** update dependency prettier to v3.1.1 ([3a31e1c](https://github.com/vidavidorra/create-project/commit/3a31e1c717e86e6388817be22cb516532097ed66))
- **deps:** update dependency typescript to v5.3.2 ([b04c52b](https://github.com/vidavidorra/create-project/commit/b04c52b1fd6d07992f6ef75211624bd1622a542b))
- **deps:** update dependency typescript to v5.3.3 ([ed7af0b](https://github.com/vidavidorra/create-project/commit/ed7af0bcac8c8d8e73d839e97932bafe8ac394d4))

## [2.0.2](https://github.com/vidavidorra/create-project/compare/v2.0.1...v2.0.2) (2023-11-06)

### 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": "2.0.2",
"version": "2.0.3",
"private": false,
"description": "Interactively create a GitHub project.",
"homepage": "https://github.com/vidavidorra/create-project#readme",
Expand Down

0 comments on commit d089529

Please sign in to comment.