We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217e3ef commit bb2ba04Copy full SHA for bb2ba04
2 files changed
CHANGELOG.md
@@ -4,10 +4,11 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## [1.0.1] - 2019-06-??
+## [1.1.0] - 2019-07-29
8
+### Added
9
+- Added new typescript defs (`bootstrap-switch-button-react.d.ts`)
10
### Changed
11
- Fixed dependencies in `package.json`
-- Added new typescript defs (`bootstrap-switch-button-react.d.ts`)
12
13
## [1.0.0] - 2019-04-03
14
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bootstrap-switch-button-react",
3
- "version": "1.0.1",
+ "version": "1.1.0",
"license": "MIT",
"repository": {
"type": "git",
0 commit comments