Skip to content

Commit ab05754

Browse files
chore(release): 1.1.0-beta.1 [skip ci]
# [1.1.0-beta.1](v1.0.0...v1.1.0-beta.1) (2023-10-26) ### Features * **module:** add registerAsync function to Narango module ([5bd1f51](5bd1f51))
1 parent 4d46a31 commit ab05754

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0-beta.1](https://github.com/ronati/narango/compare/v1.0.0...v1.1.0-beta.1) (2023-10-26)
2+
3+
4+
### Features
5+
6+
* **module:** add registerAsync function to Narango module ([5bd1f51](https://github.com/ronati/narango/commit/5bd1f513034bfd6feee322ab73dd1bdc4ba35c3a))
7+
18
# 1.0.0 (2023-10-26)
29

310

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": "@ronatilabs/narango",
3-
"version": "1.0.0",
3+
"version": "1.1.0-beta.1",
44
"description": "A NestJS wrapper service for ArangoDB NodeJS driver",
55
"exports": "./dist/index.js",
66
"typings": "./dist/index.d.ts",

0 commit comments

Comments
 (0)