Skip to content

Commit

Permalink
chore(release): 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Feb 25, 2024
1 parent 3b3d8a8 commit ed6d26c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.28.0](https://github.com/discue/mongodb-resource-client/compare/v0.27.0...v0.28.0) (2024-02-25)


### Features

* **simple-resource-storage:** do not hardcode collection names ([c3369c9](https://github.com/discue/mongodb-resource-client/commit/c3369c98e381e60074a67fb3237c001b6b7710d8))


### Chores

* do not log errors ([7789b36](https://github.com/discue/mongodb-resource-client/commit/7789b360049bd7441a77d3a6bb0eabc05fc49cfa))
* **docs:** update readme ([3b3d8a8](https://github.com/discue/mongodb-resource-client/commit/3b3d8a893ac4cb5ecb7626f3ca08cdf6c03a0a58))

## [0.27.0](https://github.com/discue/mongodb-resource-client/compare/v0.26.0...v0.27.0) (2024-02-25)


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
Expand Up @@ -2,7 +2,7 @@
"name": "@discue/mongodb-resource-client",
"author": "Stefan Pfaffel",
"license": "MIT",
"version": "0.27.0",
"version": "0.28.0",
"description": "Simple wrapper around mongodb client allowing easier managing of resources",
"main": "lib/index",
"files": [
Expand Down

0 comments on commit ed6d26c

Please sign in to comment.