Skip to content

Commit

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

### Bug Fixes

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

### Features

* add MIT license ([88223a4](88223a4))
* **arango:** create nestjs service ([aa31864](aa31864)), closes [#4](#4)
  • Loading branch information
semantic-release-bot committed Oct 25, 2023
1 parent 8c1e5dd commit 1ce87ea
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 1.0.0-beta.1 (2023-10-25)


### 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))
* **arango:** create nestjs service ([aa31864](https://github.com/ronati/narango/commit/aa31864f627c3cf00b8bdf1961c5e8ba900835aa)), closes [#4](https://github.com/ronati/narango/issues/4)
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.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "@ronatilabs/narango",
"version": "0.0.0-development",
"version": "1.0.0-beta.1",
"description": "A NestJS wrapper service for ArangoDB NodeJS driver",
"exports": "./dist/index.js",
"typings": "./dist/index.d.ts",
"engines": {
"node": "^18.0.0"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsc -p tsconfig.build.json",
"lint": "eslint 'lib/**/*.ts'",
Expand Down

0 comments on commit 1ce87ea

Please sign in to comment.