diff --git a/CHANGELOG.md b/CHANGELOG.md index ad211e1..400de4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 1.0.0 (2023-10-26) + + +### Bug Fixes + +* update lib/index.ts to export other files ([09b0da0](https://github.com/ronati/narango/commit/09b0da02a17fc6a523ee50ce43c2c7c110d947d5)) + + +### Features + +* add MIT license ([88223a4](https://github.com/ronati/narango/commit/88223a4c594494d55ab2aa2bdc5acb28e64a7616)) +* allow narango.module to be registered as global ([5bc0608](https://github.com/ronati/narango/commit/5bc06087b8a9417b96436c48b274b6a1adc9f52a)) +* **arango:** create nestjs service ([aa31864](https://github.com/ronati/narango/commit/aa31864f627c3cf00b8bdf1961c5e8ba900835aa)), closes [#4](https://github.com/ronati/narango/issues/4) + # [1.0.0-beta.2](https://github.com/ronati/narango/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2023-10-25) diff --git a/package-lock.json b/package-lock.json index 4c0f5c1..c0c6f7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ronatilabs/narango", - "version": "1.0.0-beta.2", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ronatilabs/narango", - "version": "1.0.0-beta.2", + "version": "1.0.0", "license": "ISC", "devDependencies": { "@commitlint/cli": "^17.8.0", diff --git a/package.json b/package.json index 629e5f2..e574b34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ronatilabs/narango", - "version": "1.0.0-beta.2", + "version": "1.0.0", "description": "A NestJS wrapper service for ArangoDB NodeJS driver", "exports": "./dist/index.js", "typings": "./dist/index.d.ts",