diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index da6e2b3..3e830ec 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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.4.2](https://github.com/neverovski/nodejs-rest-api/compare/v1.4.1...v1.4.2) (2024-02-16) + + +### Features + +* add DiCore abstract class ([98c419a](https://github.com/neverovski/nodejs-rest-api/commit/98c419a64e7273a1cc48f556da1a2cc63cacc478)) + ### [1.4.1](https://github.com/neverovski/nodejs-rest-api/compare/v1.4.0...v1.4.1) (2024-02-11) ## [1.4.0](https://github.com/neverovski/nodejs-rest-api/compare/v1.3.0...v1.4.0) (2024-02-11) diff --git a/package-lock.json b/package-lock.json index cc92145..3fc3158 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nodejs-auth-jwt", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nodejs-auth-jwt", - "version": "1.4.1", + "version": "1.4.2", "license": "MIT", "dependencies": { "@autotelic/pino-seq-transport": "^0.1.0", diff --git a/package.json b/package.json index 5fb0032..c6012ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodejs-rest-api", - "version": "1.4.1", + "version": "1.4.2", "description": "Node.js for Token Based Authentication (access and refresh) with PostgreSQL database.", "index": "src/index.ts", "scripts": {