Skip to content

Commit

Permalink
Fixing Stimulus LSP compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumebriday committed Mar 23, 2024
1 parent 156d789 commit b09f87a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ interface Option {
behavior?: string
}

export default class extends Controller<HTMLAnchorElement> {
export default class ScrollTo extends Controller<HTMLAnchorElement> {
offsetValue: number
behaviorValue: string
hasOffsetValue: boolean
Expand Down

0 comments on commit b09f87a

Please sign in to comment.