Skip to content

Commit

Permalink
chore(release): v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samk-dev committed Oct 4, 2023
1 parent 99bb1dc commit 1b6ac1b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## v1.0.1

[compare changes](https://github.com/samk-dev/nuxt-vcalendar/compare/1.0.0...v1.0.1)

### 📖 Documentation

- Added repobeats ([f2154ba](https://github.com/samk-dev/nuxt-vcalendar/commit/f2154ba))

### 🏡 Chore

- **dev-deps:** Updated development dependencies ([4ccaa5f](https://github.com/samk-dev/nuxt-vcalendar/commit/4ccaa5f))

### ❤️ Contributors

- Samk-dev
- Sam K
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@samk-dev/nuxt-vcalendar",
"version": "1.0.0",
"version": "1.0.1",
"description": "Integrates V Calendar in Nuxt",
"repository": "samk-dev/nuxt-vcalendar",
"license": "MIT",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && 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 && git push --follow-tags",
"lint": "eslint .",
"format": "prettier --write \"**/*.{ts,tsx,vue,json}\"",
"prepare": "husky install",
Expand Down

0 comments on commit 1b6ac1b

Please sign in to comment.