Skip to content

Commit

Permalink
Merge pull request #13 from UlisesGascon/feat/improve-changelog
Browse files Browse the repository at this point in the history
fix: Npm publish CI pipeline
  • Loading branch information
UlisesGascon committed Apr 4, 2022
2 parents b48d271 + f2f9c8f commit f3f2703
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_in_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
- name: Run npm install ci
run: npm ci --only=production
run: npm ci
- name: Publish package
run: npm publish --ignore-scripts --access public
env:
Expand Down
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.2.2](https://github.com/ulisesGascon/express-simple-pagination/compare/v1.2.0...v1.2.2) (2022-04-04)


### Bug Fixes

* added devDependencies in Npm publish CI pipeline ([5ca2af6](https://github.com/ulisesGascon/express-simple-pagination/commits/5ca2af668583e39a8ad0c522049428a3190b67d2))

### [1.2.1](https://github.com/ulisesGascon/express-simple-pagination/compare/v1.2.0...v1.2.1) (2022-04-04)

## [1.2.0](https://github.com/ulisesGascon/express-simple-pagination/compare/v1.1.0...v1.2.0) (2022-04-04)
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": "express-simple-pagination",
"version": "1.2.1",
"version": "1.2.2",
"description": "Express middleware for simple pagination. Easy way to handle limit and offset",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f3f2703

Please sign in to comment.