Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-10-26)

### Bug Fixes

* update lib/index.ts to export other files ([09b0da0](09b0da0))

### Features

* add MIT license ([88223a4](88223a4))
* allow narango.module to be registered as global ([5bc0608](5bc0608))
* **arango:** create nestjs service ([aa31864](aa31864)), closes [#4](#4)
  • Loading branch information
semantic-release-bot committed Oct 26, 2023
1 parent bfd5372 commit a22f76a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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": "@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",
Expand Down

0 comments on commit a22f76a

Please sign in to comment.