Skip to content

Commit

Permalink
Merge pull request #24 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 d9f9cea + a3d32a6 commit fb55ff2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,7 @@ jobs:

- name: Push changes and tags
run: |
git push origin ${GITHUB_REF##*/} --follow-tags
git fetch --all
git checkout main # Ensures you are on the main branch and it exists locally
git pull origin main # Optionally pull latest changes if necessary
git push origin main --follow-tags
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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.

### [1.1.3](https://github.com/montasim/node-express-boilerplate/compare/v1.1.2...v1.1.3) (2024-08-17)

### Bug Fixes

- bump version and generate changelog ([3a9b5ec](https://github.com/montasim/node-express-boilerplate/commit/3a9b5ec23c4a2f490921677c323ba88ed18499a3))
- bump version and generate changelog ([7ae87f5](https://github.com/montasim/node-express-boilerplate/commit/7ae87f5cefb6593d19b2f3b25c6382cd3f189d3e))

### [1.1.2](https://github.com/montasim/node-express-boilerplate/compare/v1.1.1...v1.1.2) (2024-08-17)

### Bug Fixes
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": "node-express-boilerplate",
"version": "1.1.2",
"version": "1.1.3",
"description": "",
"private": true,
"main": "server.js",
Expand Down

0 comments on commit fb55ff2

Please # to comment.