diff --git a/CHANGELOG.md b/CHANGELOG.md index 72448a2..3f05ee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.0.1] - 2024-03-23 + +### Chore + +- Fixing [Stimulus LSP](https://github.com/marcoroth/stimulus-lsp) compatibility + ## [5.0.0] - 2024-03-22 ### Chore diff --git a/src/index.ts b/src/index.ts index 94931a3..778ba46 100644 --- a/src/index.ts +++ b/src/index.ts @@ -5,7 +5,7 @@ interface Option { behavior?: string } -export default class extends Controller { +export default class ScrollTo extends Controller { offsetValue: number behaviorValue: string hasOffsetValue: boolean