Skip to content

Commit

Permalink
chore(release): 1.5.0 [ci skip]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.4...v1.5.0) (2023-12-31)

### Features

* --same-folder // -sf ([76dc97c](76dc97c)), closes [#19](#19)
* cli ([58d9761](58d9761))
* git creation ([930af92](930af92))
* git working now ([70d1e9c](70d1e9c)), closes [#18](#18) [#18](#18) [#17](#17)
* more git stuff ([6c10ef9](6c10ef9))
* package.json check ([75f6e34](75f6e34))
* package.json check ([#21](#21)) ([3b720c2](3b720c2))
* same folder and git init ([#20](#20)) ([f0a9c87](f0a9c87))
* updates ([#22](#22)) ([e7f5290](e7f5290))
  • Loading branch information
semantic-release-bot committed Dec 31, 2023
1 parent e7f5290 commit 026c255
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.5.0](https://github.com/Bugs5382/project-app-setup/compare/v1.4.4...v1.5.0) (2023-12-31)


### Features

* --same-folder // -sf ([76dc97c](https://github.com/Bugs5382/project-app-setup/commit/76dc97c7accca866c1bdbda3a170187ecc5039c4)), closes [#19](https://github.com/Bugs5382/project-app-setup/issues/19)
* cli ([58d9761](https://github.com/Bugs5382/project-app-setup/commit/58d97613f0ca408032b80c82918de7d9c09aeb96))
* git creation ([930af92](https://github.com/Bugs5382/project-app-setup/commit/930af928e7596b973eef9703a2542bb6e024eda7))
* git working now ([70d1e9c](https://github.com/Bugs5382/project-app-setup/commit/70d1e9c8d7d8518317819c1f42894b0cbecc9492)), closes [#18](https://github.com/Bugs5382/project-app-setup/issues/18) [#18](https://github.com/Bugs5382/project-app-setup/issues/18) [#17](https://github.com/Bugs5382/project-app-setup/issues/17)
* more git stuff ([6c10ef9](https://github.com/Bugs5382/project-app-setup/commit/6c10ef95dc614fc42c2d099b4bd168927dc522c7))
* package.json check ([75f6e34](https://github.com/Bugs5382/project-app-setup/commit/75f6e34882294707770632dc9fabcb172c4c7d8b))
* package.json check ([#21](https://github.com/Bugs5382/project-app-setup/issues/21)) ([3b720c2](https://github.com/Bugs5382/project-app-setup/commit/3b720c2a3aa27e9622d4fa171fcb7a6c544f1316))
* same folder and git init ([#20](https://github.com/Bugs5382/project-app-setup/issues/20)) ([f0a9c87](https://github.com/Bugs5382/project-app-setup/commit/f0a9c87c7853a5938b54844a36f6cb9c04701c3e))
* updates ([#22](https://github.com/Bugs5382/project-app-setup/issues/22)) ([e7f5290](https://github.com/Bugs5382/project-app-setup/commit/e7f529064cbc90f77bea96a98346edef55d306f5))

## [1.4.4](https://github.com/Bugs5382/project-app-setup/compare/v1.4.3...v1.4.4) (2023-12-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@the-rabbit-hole/app-setup",
"version": "1.4.4",
"version": "1.5.0",
"description": "A simple NPM package released under my org-scope that creates apps with my standard tools.",
"main": "./dist/index.js",
"bin": {
Expand Down

0 comments on commit 026c255

Please sign in to comment.