Skip to content

Commit

Permalink
chore(release): 2.18.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.18.3](v2.18.2...v2.18.3) (2024-04-07)

### Bug Fixes

* correct wrong types ([13fa78a](13fa78a))
* new method key in cloned method instance ([4c32b81](4c32b81))
* **type:** add "export" to all type to suppress (import/named) of ESLint ([6351fdb](6351fdb)), closes [#321](#321)
  • Loading branch information
semantic-release-bot committed Apr 7, 2024
1 parent 6cebd2b commit e9cd5c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alova",
"version": "2.18.2",
"version": "2.18.3",
"description": "Request strategy library for MVVM libraries such as Vue.js, React.js and Svelte.js",
"main": "dist/alova.esm.js",
"module": "dist/alova.esm.js",
Expand Down

0 comments on commit e9cd5c6

Please sign in to comment.