Skip to content

Commit

Permalink
release: 🚀v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waynewyang committed Jan 4, 2024
1 parent bbb6b20 commit 67a0fb2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@


# [2.0.0](https://github.com/unipackage/datastore/compare/v1.0.0...v2.0.0) (2024-01-04)


### Features

* 🎸 change mongo constructor ([bbb6b20](https://github.com/unipackage/datastore/commit/bbb6b20ab94c131dca4c8d07c4fa0fe904af5a42))


### BREAKING CHANGES

* 🧨 change mongo constructor with(modelname,schema,connection)

# [1.0.0](https://github.com/unipackage/datastore/compare/v0.3.0...v1.0.0) (2024-01-04)


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": "@unipackage/datastore",
"version": "1.0.0",
"version": "2.0.0",
"description": "datastore",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 67a0fb2

Please sign in to comment.