Skip to content

Commit 78ff0d4

Browse files
committed
change CHANGELOG and version
1 parent 093d9a0 commit 78ff0d4

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## [1.3.1] - 2022-05-22
5-
### Bug Fixed
4+
## [1.3.1]
5+
### Bug Fixed - 2022-05-22
66
- Fix issue updating `value` input property programmatically ([#34](https://github.com/vicmans/ng-toggle-button/issues/34))
7+
### Change - 2022-06-22
8+
- Add `disabled` property to the `toggleConfig` type ([#33](https://github.com/vicmans/ng-toggle-button/pull/33))
79

810
## [1.3.0] - 2022-03-06
911
### Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ng-toggle-button",
33
"description": "A toggle button component",
44
"author": "vicmans",
5-
"version": "1.3.0",
5+
"version": "1.3.1",
66
"homepage": "https://github.com/vicmans/ng-toggle-button#readme",
77
"repository": {
88
"type": "git",

projects/ng-toggle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-toggle-button",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Angular toggle button switch",
55
"author": "vicmans",
66
"license": "MIT",

0 commit comments

Comments
 (0)