Skip to content

Commit

Permalink
chore: releases v2.2.0 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolking authored Nov 28, 2023
1 parent 0bde2dd commit d61c6f2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

### 2.2.0

berak change

- change the type to module (#45)

``` diff
- index.js
+ index.cjs
- index.es.js
+ index.js
```

### 2.1.5

fix
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.5",
"version": "2.2.0",
"description": "Based on the docs to provide code prompt files for vue component library",
"type": "module",
"main": "lib/index.cjs",
Expand Down

0 comments on commit d61c6f2

Please sign in to comment.