Skip to content

Commit

Permalink
chore(release): v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
samk-dev committed Apr 5, 2024
1 parent 8190c14 commit d22ca7f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d22ca7f

Please sign in to comment.