Skip to content

Commit

Permalink
chore(release): v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-kanri committed Oct 28, 2024
1 parent 2851299 commit 770a48c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## v2.0.0

[compare changes](https://github.com/kiki-kanri/kikiutils-node-mongoose/compare/v2.0.0-rc.1...v2.0.0)

### 🚀 Enhancements

- Export all schema builder's Extend helper types ([3d048a4](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/3d048a4))

### 💅 Refactors

- Move `mongooseConnections` to `constants.ts` ([b6d51d1](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/b6d51d1))
- Tidy up and simplify code ([2851299](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/2851299))

### 📖 Documentation

- Update CHANGELOG ([b72d87e](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/b72d87e))
- Update README and add README for examples ([da691bb](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/da691bb))

### 🏡 Chore

- Remove all deprecated code ([bce1c4f](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/bce1c4f))
- Remove all files in examples folder ([3744a68](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/3744a68))
- Add basic files to examples folder ([af25bbe](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/af25bbe))
- Add mongoose dependency to examples ([5e8a26f](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/5e8a26f))
- Add example files ([faf0b53](https://github.com/kiki-kanri/kikiutils-node-mongoose/commit/faf0b53))

### ❤️ Contributors

- kiki-kanri

## v2.0.0-rc.1

[compare changes](https://github.com/kiki-kanri/kikiutils-node-mongoose/compare/v2.0.0-rc.0...v2.0.0-rc.1)
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": "@kikiutils/mongoose",
"version": "2.0.0-rc.1",
"version": "2.0.0",
"description": "A Mongoose plugin for enhanced JSON normalization and common schema creation, with built-in support for pagination and automatic Decimal128 conversion.",
"license": "MIT",
"author": "kiki-kanri",
Expand Down

0 comments on commit 770a48c

Please sign in to comment.