Skip to content

Commit 92c3f49

Browse files
committed
chore(release): v2.1.6
1 parent 5ce8afd commit 92c3f49

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2+
3+
## [2.1.6](https://github.com/RobinBuschmann/sequelize-typescript/compare/v2.1.5...v2.1.6) (2023-11-24)
4+
5+
6+
### Bug Fixes
7+
8+
* deny modifying the object prototype ([#1698](https://github.com/RobinBuschmann/sequelize-typescript/issues/1698)) ([5ce8afd](https://github.com/RobinBuschmann/sequelize-typescript/commit/5ce8afdd1671b08c774ce106b000605ba8fccf78))
9+
110
# Changelog
211

312
## [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:
109118
- Most of the sequelize-typescript interfaces of the previous version are replaced by the official ones
110119
- `@types/sequelize` is no longer used
111120
- `@types/bluebird` is no longer an explicit dependency
112-
- The official typings are less strict than the former sequelize-typescript ones
121+
- The official typings are less strict than the former sequelize-typescript ones

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sequelize-typescript",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"description": "Decorators and some other features for sequelize",
55
"scripts": {
66
"build": "tsc",

0 commit comments

Comments
 (0)