Skip to content

Commit

Permalink
releases: 2.1.4 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolking authored Oct 23, 2022
1 parent 8a228f0 commit b390f5f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

### 2.1.4

feat

- add fastGlobConfig for fast-glob (#39)

fix

- the attribute-value should change with type (#38)

### 2.1.3

feat
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ then in package.json
<summary>TOC</summary>

- [entry (required)](#entry)
- [fastGlobConfig](#fastglobconfig)
- [outDir (required)](#outdir)
- [name (required)](#name)
- [version (required)](#version)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "components-helper",
"version": "2.1.3",
"version": "2.1.4",
"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 Expand Up @@ -44,7 +44,7 @@
},
"homepage": "https://github.com/tolking/components-helper#readme",
"engines": {
"node": ">10.0.0"
"node": ">15.0.0"
},
"dependencies": {
"fast-glob": "^3.2.11"
Expand Down

0 comments on commit b390f5f

Please sign in to comment.