From 66ea200fa70fa2fef3d72e54886b0fd15bfcc887 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 31 Aug 2024 11:16:13 +0000 Subject: [PATCH] release: v4.6.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d0d36..b9ee8fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [4.6.0](https://github.com/typegoose/auto-increment/compare/v4.5.0...v4.6.0) (2024-08-31) + + +### Dependencies + +* **mongoose:** upgrade to 8.6.0 ([434a7a7](https://github.com/typegoose/auto-increment/commit/434a7a772272f03e5c87f65cc282a18c7892b67b)) +* **tslib:** upgrade to 2.7.0 ([90c2564](https://github.com/typegoose/auto-increment/commit/90c256490431da4d3b8c5a80c00db3d392b1f302)) + + +### Dev-Dependencies + +* **eslint-plugin-prettier:** upgrade to 5.2.1 ([671d5e8](https://github.com/typegoose/auto-increment/commit/671d5e8c1e944d3f450918225bab163c1eb94ea9)) +* **mongodb-memory-server:** upgrade to 10.0.0 ([88fd025](https://github.com/typegoose/auto-increment/commit/88fd0256528c09c052fc43d12844701b75e90db0)) +* **prettier:** upgrade to 3.3.3 ([04abcf2](https://github.com/typegoose/auto-increment/commit/04abcf22b47448d6479c10d73611994697b6a92e)) +* **ts-jest:** upgrade to 29.2.5 ([51f0b7a](https://github.com/typegoose/auto-increment/commit/51f0b7a367fdfff75399adb484a05b09c35abff2)) + ## [4.5.0](https://github.com/typegoose/auto-increment/compare/v4.4.0...v4.5.0) (2024-07-10) diff --git a/package.json b/package.json index a2c36f2..e6d1fe6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@typegoose/auto-increment", - "version": "4.5.0", + "version": "4.6.0", "description": "Automaticly Increment properties", "main": "lib/autoIncrement.js", "types": "lib/autoIncrement.d.ts",