Skip to content

Commit

Permalink
release: v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Sep 10, 2022
1 parent bd33e36 commit 2d44144
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.16.1](https://github.com/AliMD/alwatr/compare/v0.16.0...v0.16.1) (2022-09-10)


### Bug Fixes

* **storage:** import exitHook ([c371381](https://github.com/AliMD/alwatr/commit/c37138121f7882239d7ecd38e3496f17919845a2))
* **storage:** update AlwatrStorageProviderConfig ([bd33e36](https://github.com/AliMD/alwatr/commit/bd33e367c04cf0b7b11e803709da210a75318767))
* **traefik:** up issue ([c9272b8](https://github.com/AliMD/alwatr/commit/c9272b8430116b2ad78dfc5a0bb48f0144bb33fd))


### Features

* **nginx:** $NGINX_AUTOINDEX env ([6678435](https://github.com/AliMD/alwatr/commit/6678435bd1a6f0f1c1b804e7c500b491d6d9c863))
* **storage:** force save abd exist hook to prevent data lost ([e327d65](https://github.com/AliMD/alwatr/commit/e327d657217d2e814b007e69eeca4f5c42758979))





# [0.16.0](https://github.com/AliMD/alwatr/compare/v0.15.0...v0.16.0) (2022-09-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.16.0",
"version": "0.16.1",
"npmClient": "yarn",
"useWorkspaces": true,
"package": [
Expand Down
17 changes: 17 additions & 0 deletions packages/core/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.16.1](https://github.com/AliMD/alwatr/compare/v0.16.0...v0.16.1) (2022-09-10)


### Bug Fixes

* **storage:** import exitHook ([c371381](https://github.com/AliMD/alwatr/commit/c37138121f7882239d7ecd38e3496f17919845a2))
* **storage:** update AlwatrStorageProviderConfig ([bd33e36](https://github.com/AliMD/alwatr/commit/bd33e367c04cf0b7b11e803709da210a75318767))


### Features

* **storage:** force save abd exist hook to prevent data lost ([e327d65](https://github.com/AliMD/alwatr/commit/e327d657217d2e814b007e69eeca4f5c42758979))





# [0.16.0](https://github.com/AliMD/alwatr/compare/v0.15.0...v0.16.0) (2022-09-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/storage",
"version": "0.16.0",
"version": "0.16.1",
"description": "Elegant micro in-memory json-like storage with disk backed, Faster NoSQL Database written in tiny TypeScript ES module.",
"keywords": [
"database",
Expand Down
8 changes: 8 additions & 0 deletions packages/nanoservice/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.16.1](https://github.com/AliMD/alwatr/compare/v0.16.0...v0.16.1) (2022-09-10)

**Note:** Version bump only for package alwatr-storage-nanoservice





# [0.16.0](https://github.com/AliMD/alwatr/compare/v0.15.0...v0.16.0) (2022-09-08)

**Note:** Version bump only for package alwatr-storage-nanoservice
Expand Down
4 changes: 2 additions & 2 deletions packages/nanoservice/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alwatr-storage-nanoservice",
"version": "0.16.0",
"version": "0.16.1",
"description": "Alwatr Storage Nanoservice API, Elegant micro in-memory json-like storage with disk backed, Fastest NoSQL Database",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -59,7 +59,7 @@
"@alwatr/logger": "^0.16.0",
"@alwatr/math": "^0.16.0",
"@alwatr/nano-server": "^0.16.0",
"@alwatr/storage": "^0.16.0"
"@alwatr/storage": "^0.16.1"
},
"devDependencies": {
"@types/node": "^18.7.16",
Expand Down

0 comments on commit 2d44144

Please sign in to comment.