Skip to content

Commit ea870a3

Browse files
committed
chore(release): 2.3.0
1 parent a1a947d commit ea870a3

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.3.0](https://github.com/TinkoffCreditSystems/ng-event-plugins/compare/v2.1.2...v2.3.0) (2021-10-15)
6+
7+
### Features
8+
9+
- **bind:** add style dasharize ([2cdf77e](https://github.com/TinkoffCreditSystems/ng-event-plugins/commit/2cdf77ea7fa73d98ef3ef9d11766330ef7e0be48))
10+
- **module:** add module for clearer addition ([#22](https://github.com/TinkoffCreditSystems/ng-event-plugins/issues/22)) ([a1a947d](https://github.com/TinkoffCreditSystems/ng-event-plugins/commit/a1a947d6a9970b716fb08cc5848466fabf4b6cce))
11+
- **self:** add new plugin ([#14](https://github.com/TinkoffCreditSystems/ng-event-plugins/issues/14)) ([0193b6f](https://github.com/TinkoffCreditSystems/ng-event-plugins/commit/0193b6ff1efe9b85dcb0a748e65f5cc4a5ca8d63))
12+
13+
### Bug Fixes
14+
15+
- **bind:** removes attribute if null provided ([113d9fb](https://github.com/TinkoffCreditSystems/ng-event-plugins/commit/113d9fb4e9ee969dc970a88efbace6ffcdab70af))
16+
517
## [2.2.0](https://github.com/TinkoffCreditSystems/ng-event-plugins/compare/v2.1.2...v2.2.0) (2021-04-21)
618

719
### Features

package-lock.json

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

package.json

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tinkoff/ng-event-plugins",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -42,10 +42,7 @@
4242
"detection"
4343
],
4444
"license": "Apache-2.0",
45-
"authors": [
46-
"Alex Inkin <[email protected]>",
47-
"Roman Sedov <[email protected]>"
48-
],
45+
"authors": ["Alex Inkin <[email protected]>", "Roman Sedov <[email protected]>"],
4946
"repository": "https://github.com/TinkoffCreditSystems/ng-event-plugins",
5047
"bugs": "https://github.com/TinkoffCreditSystems/ng-event-plugins/issues",
5148
"homepage": "https://github.com/TinkoffCreditSystems/ng-event-plugins#README",
@@ -107,10 +104,7 @@
107104
}
108105
},
109106
"lint-staged": {
110-
"*.{js,ts,html,md,less,json}": [
111-
"prettier --write",
112-
"git add"
113-
],
107+
"*.{js,ts,html,md,less,json}": ["prettier --write", "git add"],
114108
"*.ts": "tslint"
115109
},
116110
"standard-version": {

0 commit comments

Comments
 (0)