Skip to content

Commit 2d8b493

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2021-08-31) ### Bug Fixes * **repository.js:** change scope of var ([dc35b3c](dc35b3c))
1 parent 6244824 commit 2d8b493

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.1](https://github.com/herbsjs/herbs2mongo/compare/v1.0.0...v1.0.1) (2021-08-31)
2+
3+
4+
### Bug Fixes
5+
6+
* **repository.js:** change scope of var ([dc35b3c](https://github.com/herbsjs/herbs2mongo/commit/dc35b3c44e9bc842009bd6451685531fc80be440))
7+
18
# 1.0.0 (2021-08-04)
29

310

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@herbsjs/herbs2mongo",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Create repositories using Mongo to retrieve and store Entities.",
55
"main": "./src/herbs2mongo.js",
66
"scripts": {

0 commit comments

Comments
 (0)