Skip to content

Commit

Permalink
chore(release): v0.0.9 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed May 13, 2024
1 parent 2daa9c2 commit 426ccaf
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 9 deletions.
43 changes: 35 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,60 @@
# Changelog
## [0.0.9](https://github.com/JacekZubielik/Node-App/compare/v0.0.8...v0.0.9) (2024-05-13)

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.8](https://github.com/JacekZubielik/Node-App/compare/v0.0.7...v0.0.8) (2024-05-13)
### Bug Fixes

* **workflow:** change github-token secret ([2daa9c2](https://github.com/JacekZubielik/Node-App/commit/2daa9c26871010c30882a12f38dcc21892d231ac)), closes [#11](https://github.com/JacekZubielik/Node-App/issues/11)



## [0.0.8](https://github.com/JacekZubielik/Node-App/compare/v0.0.7...v0.0.8) (2024-05-13)


### Bug Fixes

* **node:** add typescript-estree ([d026ecc](https://github.com/JacekZubielik/Node-App/commit/d026eccb944bc6e63f2d151b4b9ef4bdf837296f))
* **node:** bump node 18 ([db1f117](https://github.com/JacekZubielik/Node-App/commit/db1f1171a31957effe066199dfd35865ef309dd8)), closes [#7](https://github.com/JacekZubielik/Node-App/issues/7)

### [0.0.7](https://github.com/JacekZubielik/Node-App/compare/v0.0.6...v0.0.7) (2024-05-13)


## [0.0.7](https://github.com/JacekZubielik/Node-App/compare/v0.0.6...v0.0.7) (2024-05-13)


### Bug Fixes

* **workflow:** bump node 18 ([f448dd8](https://github.com/JacekZubielik/Node-App/commit/f448dd82315971f8100f51adc3ab619cb09f67a0))

### [0.0.6](https://github.com/JacekZubielik/Node-App/compare/v0.0.5...v0.0.6) (2024-05-13)


## [0.0.6](https://github.com/JacekZubielik/Node-App/compare/v0.0.5...v0.0.6) (2024-05-13)


### Bug Fixes

* **workflow:** test issue 1 ([8b3270c](https://github.com/JacekZubielik/Node-App/commit/8b3270c199c458accae642cf8d66f130d10b7098))
* **workflow:** test issue 2 ([f491de6](https://github.com/JacekZubielik/Node-App/commit/f491de6e57c76518ab7609f33b52cb9fbfe24a4d))

### [0.0.5](https://github.com/JacekZubielik/Node-App/compare/v0.0.4...v0.0.5) (2024-05-13)

### [0.0.4](https://github.com/JacekZubielik/Node-App/compare/v0.0.3...v0.0.4) (2024-05-13)
### Performance Improvements

* **workflow:** skip on empty ([c911c5a](https://github.com/JacekZubielik/Node-App/commit/c911c5a9af1979e90a914d4ad8f794886760b93d))



## [0.0.5](https://github.com/JacekZubielik/Node-App/compare/v0.0.4...v0.0.5) (2024-05-13)



## [0.0.4](https://github.com/JacekZubielik/Node-App/compare/v0.0.3...v0.0.4) (2024-05-13)


### Bug Fixes

* **docs:** remove Release test 1 (Fix) ([b79c262](https://github.com/JacekZubielik/Node-App/commit/b79c262bd8581387eb114577d97b25103f81294b))
* **workflow:** disable VALIDATE_JSCPD ([771b5fa](https://github.com/JacekZubielik/Node-App/commit/771b5fada4ec7e3aaacfb88578c5e0f80e81b9ec))



## [0.0.3](https://github.com/JacekZubielik/Node-App/compare/v0.0.2...v0.0.3) (2024-05-13)


Expand All @@ -45,11 +65,18 @@ All notable changes to this project will be documented in this file. See [standa



## [0.0.2](https://github.com/JacekZubielik/Node-App/compare/373feb64a6569a00713ef4eddf3a9c16187c111e...v0.0.2) (2024-05-13)
## [0.0.2](https://github.com/JacekZubielik/Node-App/compare/v0.0.1...v0.0.2) (2024-05-13)


### Bug Fixes

* **docs:** create status badge ([373feb6](https://github.com/JacekZubielik/Node-App/commit/373feb64a6569a00713ef4eddf3a9c16187c111e))
* **release:** release test 1 (Fix) ([832a972](https://github.com/JacekZubielik/Node-App/commit/832a97279c99c73d168894a04c151c628c9350be))
* **release:** release test 2 (Fix) ([a4b01ee](https://github.com/JacekZubielik/Node-App/commit/a4b01ee6b9d7a637018205c169e402592c9eaf80))



## 0.0.1 (2024-05-13)



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nest-app",
"version": "0.0.8",
"version": "0.0.9",
"description": "",
"author": "",
"private": true,
Expand Down

0 comments on commit 426ccaf

Please sign in to comment.