Skip to content

Commit 9f1d033

Browse files
authored
chore(release): v2.1.2 (#1173)
* ci: update Node.js to v16 LTS version * chore(release): v2.1.2
1 parent cfefadf commit 9f1d033

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [10.x, 12.x, 14.x]
17+
node-version: [10.x, 12.x, 14.x, 16.x]
1818

1919
steps:
2020
- uses: 'actions/[email protected]'

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: 'actions/[email protected]'
1616
with:
17-
node-version: 14
17+
node-version: 16
1818
registry-url: 'https://registry.npmjs.org/'
1919

2020
- run: 'npm ci'

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.2](https://github.com/RobinBuschmann/sequelize-typescript/compare/v2.1.1...v2.1.2) (2022-01-03)
4+
5+
### Bug Fixes
6+
7+
* use custom decorator on column have a property descriptor ([#1070](https://github.com/RobinBuschmann/sequelize-typescript/issues/1070)) ([7ce03de](https://github.com/RobinBuschmann/sequelize-typescript/commit/7ce03de76b465172994f41a55058ea49f3ce27c3))
8+
* **validators:** allow any values for isIn/notIn ([#1124](https://github.com/RobinBuschmann/sequelize-typescript/issues/1124)) ([d25b392](https://github.com/RobinBuschmann/sequelize-typescript/commit/d25b39282d2a49e4e5cf286100344e7d1fda3c84))
9+
310
## [2.1.1](https://github.com/RobinBuschmann/sequelize-typescript/compare/v2.1.0...v2.1.1) (2021-10-10)
411

512
### Bug Fixes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sequelize-typescript",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Decorators and some other features for sequelize",
55
"scripts": {
66
"build": "tsc",

0 commit comments

Comments
 (0)