Skip to content

Commit 624144d

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.1...v1.1.0) (2019-03-01) ### Bug Fixes * **options:** fix override default options and delete field ([9121997](9121997)) ### Features * **typescript:** add type definitions ([a9ddc48](a9ddc48))
1 parent 778ecb5 commit 624144d

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.1.0](https://github.com/eclass/sequelize-soft-delete/compare/v1.0.1...v1.1.0) (2019-03-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **options:** fix override default options and delete field ([9121997](https://github.com/eclass/sequelize-soft-delete/commit/9121997))
7+
8+
9+
### Features
10+
11+
* **typescript:** add type definitions ([a9ddc48](https://github.com/eclass/sequelize-soft-delete/commit/a9ddc48))
12+
113
#### 1.0.1 (2018-05-07)
214

315
##### Documentation Changes
@@ -13,4 +25,3 @@
1325
##### Chores
1426

1527
* **project:** first commit ([2d27e9b4](https://github.com/eclass/sequelize-soft-delete/commit/2d27e9b4631bc71b06a454d1f6a5f456765fdb0f))
16-

package-lock.json

Lines changed: 1 addition & 1 deletion
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-soft-delete",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Sequelize model plugin for add soft-delete method",
55
"main": "src",
66
"types": "src/types.d.ts",

0 commit comments

Comments
 (0)