Skip to content

Commit

Permalink
Merge pull request #21 from montasim/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
montasim authored Aug 17, 2024
2 parents 79de0e7 + 9678749 commit 99c9689
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.

## [1.1.0](https://github.com/montasim/node-express-boilerplate/compare/v1.0.0...v1.1.0) (2024-08-17)

### Features

- automated release workflow for PR merges ([40bc758](https://github.com/montasim/node-express-boilerplate/commit/40bc7588701349bd55a7e4f41b395b3ebb2f0a0e))

### Bug Fixes

- bump version and generate changelog ([d9284c9](https://github.com/montasim/node-express-boilerplate/commit/d9284c94d93573c9ccc39f8a928c91b66eeb6e97))
- bump version and generate changelog ([adec31d](https://github.com/montasim/node-express-boilerplate/commit/adec31d3bc36441aac425c3eca19a1c60c9d3779))
- bump version and generate changelog ([27d8c30](https://github.com/montasim/node-express-boilerplate/commit/27d8c3010c3d6b5b53757fbe0572bea4efd3eb57))
- bump version and generate changelog ([d4215a1](https://github.com/montasim/node-express-boilerplate/commit/d4215a176a11643aba4989a2eb8e479a05a4b049))
- bump version and generate changelog ([8e0f3e3](https://github.com/montasim/node-express-boilerplate/commit/8e0f3e308cc66b49ffa54ed71bbc3e7a080a9d1a))
- node.js version for automated release workflow for PR merges ([94bc0d9](https://github.com/montasim/node-express-boilerplate/commit/94bc0d999c6487840fd83fdd1c6b9b7198a6f549))
- remove test for automated release workflow for PR merges ([b3215ad](https://github.com/montasim/node-express-boilerplate/commit/b3215adda9a50efb8a0b46aace676b27757d6cd4))

## 4.0.0 (2024-06-28)

### ⚠ BREAKING CHANGES
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-express-boilerplate",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"private": true,
"main": "server.js",
Expand Down Expand Up @@ -41,10 +41,9 @@
"prettier:fix": "prettier . --write",
"test": "yarn build && jest",
"release": "standard-version && git push --follow-tags",
"release:minor": "standard-version --release-as minor",
"release:major": "standard-version --release-as major",
"release:patch": "standard-version --release-as patch",
"postrelease": "yarn push --tags",
"release:minor": "standard-version --release-as minor && git push --follow-tags",
"release:major": "standard-version --release-as major && git push --follow-tags",
"release:patch": "standard-version --release-as patch && git push --follow-tags",
"generate-docs:code": "jsdoc -c jsdoc.json",
"generate-docs:api": "node --experimental-modules swagger.js",
"clean": "yarn autoclean --init",
Expand Down

0 comments on commit 99c9689

Please sign in to comment.