Skip to content

Commit 7421f60

Browse files
committed
chore(release): 1.4.0
1 parent f604735 commit 7421f60

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

docs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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.
44

5+
## [1.4.0](https://github.com/neverovski/nodejs-rest-api/compare/v1.3.0...v1.4.0) (2024-02-11)
6+
7+
8+
### Features
9+
10+
* add funding ([b9b4380](https://github.com/neverovski/nodejs-rest-api/commit/b9b4380b3f4658b6a9c20cc032ed65d285cf754e))
11+
* add swagger ([fc2a7ca](https://github.com/neverovski/nodejs-rest-api/commit/fc2a7cad667f6db214975137eb1cea41a0efda29))
12+
* **swagger:** add github action ([f5dad8d](https://github.com/neverovski/nodejs-rest-api/commit/f5dad8df458e877dfc36c00ba5478781ddca9943))
13+
514
## [1.3.0](https://github.com/neverovski/nodejs-auth-jwt/compare/v1.2.0...v1.3.0) (2024-01-10)
615

716

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-rest-api",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Node.js for Token Based Authentication (access and refresh) with PostgreSQL database.",
55
"index": "src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)