Skip to content

Commit

Permalink
chore: releases v2.1.5 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolking authored Sep 30, 2023
1 parent b63acaa commit 42eee08
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### 2.1.5

fix

- optimize file writing (#42)
- incompatible with pure number types (#43)

### 2.1.4

feat
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
:warning: This library is no longer maintained.

With the [WebStorm](https://blog.jetbrains.com/webstorm/2023/05/webstorm-2023-2-eap2/#volar_support_for_vue) support of [Volar](https://github.com/vuejs/language-tools#readme), you may no longer need this library.

It is more recommended that you use Volar's code prompt by improving the type declaration.

If you still need this library, you can continue to use it, but this library will no longer have new feature updates.

---

# components-helper

> Based on the documents to provide code prompt files for vue component library
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "components-helper",
"version": "2.1.4",
"version": "2.1.5",
"description": "Based on the docs to provide code prompt files for vue component library",
"main": "lib/index.js",
"module": "lib/index.es.js",
Expand Down

0 comments on commit 42eee08

Please sign in to comment.