From 92c3f492163560ab84f68367d2a1e6d3245d2160 Mon Sep 17 00:00:00 2001 From: Rik Smale <13023439+WikiRik@users.noreply.github.com> Date: Fri, 24 Nov 2023 19:41:28 +0000 Subject: [PATCH] chore(release): v2.1.6 --- CHANGELOG.md | 11 ++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95565b28..371cfb3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + + +## [2.1.6](https://github.com/RobinBuschmann/sequelize-typescript/compare/v2.1.5...v2.1.6) (2023-11-24) + + +### Bug Fixes + +* deny modifying the object prototype ([#1698](https://github.com/RobinBuschmann/sequelize-typescript/issues/1698)) ([5ce8afd](https://github.com/RobinBuschmann/sequelize-typescript/commit/5ce8afdd1671b08c774ce106b000605ba8fccf78)) + # Changelog ## [2.1.5](https://github.com/RobinBuschmann/sequelize-typescript/compare/v2.1.4...v2.1.5) (2022-10-17) @@ -109,4 +118,4 @@ Please note the following details: - Most of the sequelize-typescript interfaces of the previous version are replaced by the official ones - `@types/sequelize` is no longer used - `@types/bluebird` is no longer an explicit dependency -- The official typings are less strict than the former sequelize-typescript ones +- The official typings are less strict than the former sequelize-typescript ones \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 4edd2301..e33b2db8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sequelize-typescript", - "version": "2.1.5", + "version": "2.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sequelize-typescript", - "version": "2.1.5", + "version": "2.1.6", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5c19b3a1..d84c4e4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sequelize-typescript", - "version": "2.1.5", + "version": "2.1.6", "description": "Decorators and some other features for sequelize", "scripts": { "build": "tsc",