Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit 1183735

Browse files
Fixing Stimulus version in peerDependencies
1 parent 326a24b commit 1183735

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.0.1] - 2020-12-05
10+
11+
### Changed
12+
13+
- Fixing Stimulus version in peerDependencies.
14+
915
## [2.0.0] - 2020-12-05
1016

1117
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@
5959
"stimulus": "^2.0.0"
6060
},
6161
"peerDependencies": {
62-
"stimulus": "^1.1.1"
62+
"stimulus": "^2.0.0"
6363
}
6464
}

0 commit comments

Comments
 (0)