Skip to content

Commit

Permalink
docs: fix wrong links in CHANGELOG.md (#4475)
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX authored Jun 17, 2024
1 parent 80aac9a commit 0feaf66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1490,7 +1490,7 @@ For more details, see [#2620](https://github.com/vuejs/language-tools/issues/262

## 1.0.8 (2022/10/15)

- feat: support for twoslash queries (https://github.com/vuejs/language-tools-plugins/issues/9)
- feat: support for twoslash queries (https://github.com/volarjs/services/issues/9)
- feat: support `generic` attribute auto-complete
- feat: add `volar.vueserver.noProjectReferences` setting for support jump to source files from reference projects ([#1344](https://github.com/vuejs/language-tools/issues/1344))
- fix: SFC parse failed if script content including `<script>` ([#1982](https://github.com/vuejs/language-tools/issues/1982))
Expand Down Expand Up @@ -2260,7 +2260,7 @@ you need to install [vite-plugin-vue-component-preview](https://github.com/johns
- fix: false positive error with withDefaults + "strictNullChecks": false ([#1187](https://github.com/vuejs/language-tools/issues/1187))

**Breaking changes**
- sass formatter is moved to external plugin: https://github.com/vuejs/language-tools-plugins/tree/master/packages/sass-formatter
- sass formatter is moved to external plugin: https://github.com/volarjs/services/tree/master/packages/sass-formatter

## 0.34.6 (2022/4/12)

Expand Down

0 comments on commit 0feaf66

Please sign in to comment.