diff --git a/CHANGELOG.md b/CHANGELOG.md index 82c68df..d2f0aa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # Changelog +## v1.0.2 + + +### 🩹 Fixes + +- **ci:** Fix release command ([e1f5fcb](https://github.com/radyakaze/nuxt-proxy-party/commit/e1f5fcb)) + +### 🏡 Chore + +- **release:** V1.0.1 ([2990b63](https://github.com/radyakaze/nuxt-proxy-party/commit/2990b63)) + +### 🤖 CI + +- Add release ci/cd ([69d344a](https://github.com/radyakaze/nuxt-proxy-party/commit/69d344a)) + +### ❤️ Contributors + +- Pringgo Radianto + ## v1.0.1 diff --git a/package.json b/package.json index 4152913..50954f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-proxy-party", - "version": "1.0.1", + "version": "1.0.2", "description": "Nuxt HTTP proxy based on H3", "repository": "radyakaze/nuxt-proxy-party", "license": "MIT",