diff --git a/CHANGELOG.md b/CHANGELOG.md index e18ee7b..64de185 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,30 @@ # Changelog +## v1.0.2 + +[compare changes](https://github.com/mangmax/nuxt-es-toolkit/compare/v1.0.1...v1.0.2) + +### 🩹 Fixes + +- Convert to camelCase error ([8e58730](https://github.com/mangmax/nuxt-es-toolkit/commit/8e58730)) + +### 📖 Documentation + +- Undate playground example ([a3794f3](https://github.com/mangmax/nuxt-es-toolkit/commit/a3794f3)) +- Update the wrong word ([933aaaf](https://github.com/mangmax/nuxt-es-toolkit/commit/933aaaf)) + +### 🏡 Chore + +- **release:** V0.0.2 ([17f4b79](https://github.com/mangmax/nuxt-es-toolkit/commit/17f4b79)) +- Update readme ([ae6b887](https://github.com/mangmax/nuxt-es-toolkit/commit/ae6b887)) +- Merge update ([2549faa](https://github.com/mangmax/nuxt-es-toolkit/commit/2549faa)) +- Update the dependency version ([ce8e680](https://github.com/mangmax/nuxt-es-toolkit/commit/ce8e680)) + +### ❤️ Contributors + +- Mang <1061875478@qq.com> + ## v1.0.1 [compare changes](https://github.com/mangmax/nuxt-es-toolkit/compare/v0.0.2...v1.0.1) diff --git a/package.json b/package.json index 753857c..62586e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-es-toolkit", - "version": "1.0.1", + "version": "1.0.2", "description": "es-toolkit for Nuxt", "repository": { "type": "git", @@ -25,7 +25,7 @@ "dev": "nuxi dev playground", "dev:build": "nuxi build playground", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground", - "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags", + "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --registry https://registry.npmjs.org/ --follow-tags", "lint": "eslint .", "test": "vitest run", "test:watch": "vitest watch",