Skip to content

Commit

Permalink
chore: release 0.12.0 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored Sep 23, 2021
1 parent bdf5e65 commit 638a5ec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.12.0](https://www.github.com/zakodium/adonis-mongodb/compare/v0.11.0...v0.12.0) (2021-09-23)


### Features

* implement `model.$original` and `model.$attributes` ([952a139](https://www.github.com/zakodium/adonis-mongodb/commit/952a13904160b5cc163e8555f1c170182b766d44))
* improve custom inspect output ([7fb3a3e](https://www.github.com/zakodium/adonis-mongodb/commit/7fb3a3e7544e8e455437839e8f0d406acda2cbd2))


### Bug Fixes

* throw an error when user attempts to spread a model ([ffacaca](https://www.github.com/zakodium/adonis-mongodb/commit/ffacacad0c598cff59c4a63eaebdddb1cf967592))

## [0.11.0](https://www.github.com/zakodium/adonis-mongodb/compare/v0.10.6...v0.11.0) (2021-09-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zakodium/adonis-mongodb",
"version": "0.11.0",
"version": "0.12.0",
"description": "MongoDB provider for AdonisJs",
"main": "./lib/providers/MongodbProvider.js",
"types": "./lib/adonis-typings/index.d.ts",
Expand Down

0 comments on commit 638a5ec

Please sign in to comment.