From d22ca7f610527d40a4903487b245b0c3c55efc7c Mon Sep 17 00:00:00 2001 From: samk-dev <33263129+samk-dev@users.noreply.github.com> Date: Fri, 5 Apr 2024 12:49:16 +0200 Subject: [PATCH] chore(release): v1.0.3 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46542a5..2c68fb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## v1.0.3 + +[compare changes](https://github.com/samk-dev/nuxt-vcalendar/compare/v1.0.2...v1.0.3) + +### 🩹 Fixes + +- Re-exported vcalendar types ([16be8f7](https://github.com/samk-dev/nuxt-vcalendar/commit/16be8f7)) +- `vue-screen-utils` unexpected token ([38bd159](https://github.com/samk-dev/nuxt-vcalendar/commit/38bd159)) + +### 📖 Documentation + +- Use new `nuxi module add` command in installation ([dfbc6b3](https://github.com/samk-dev/nuxt-vcalendar/commit/dfbc6b3)) +- Use new `nuxi module add` command in installation ([07d8490](https://github.com/samk-dev/nuxt-vcalendar/commit/07d8490)) + +### 🏡 Chore + +- Added stackblitz working example ([5bb641f](https://github.com/samk-dev/nuxt-vcalendar/commit/5bb641f)) +- **dev-deps:** Adapdted `husky` breaking changes ([ac5ec17](https://github.com/samk-dev/nuxt-vcalendar/commit/ac5ec17)) + +### ❤️ Contributors + +- Samk-dev ([@samk-dev](http://github.com/samk-dev)) +- Daniel Roe ([@danielroe](http://github.com/danielroe)) + ## v1.0.2 [compare changes](https://github.com/samk-dev/nuxt-vcalendar/compare/v1.0.1...v1.0.2) diff --git a/package.json b/package.json index 881d7da..39b1946 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@samk-dev/nuxt-vcalendar", - "version": "1.0.2", + "version": "1.0.3", "description": "Integrates V Calendar in Nuxt", "repository": "samk-dev/nuxt-vcalendar", "license": "MIT",