diff --git a/CHANGELOG.md b/CHANGELOG.md index fc9b20f..c34856e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.3](https://github.com/axios-use/axios-use-vue/compare/v0.2.2...v0.2.3) (2024-01-04) + + +### Bug Fixes + +* **types:** type directory error ([eaeba42](https://github.com/axios-use/axios-use-vue/commit/eaeba42be2fe99da566e4f8c987e774ddf7d5539)) + + + ## [0.2.2](https://github.com/axios-use/axios-use-vue/compare/v0.2.1...v0.2.2) (2023-11-21) diff --git a/package.json b/package.json index 3cd55a8..7a868aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@axios-use/vue", - "version": "0.2.2", + "version": "0.2.3", "description": "A Vue composition utilities for Axios.", "type": "module", "main": "lib/index.cjs",