Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
damevin committed Jan 5, 2024
1 parent de3ddb3 commit 5443502
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 3 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Changelog


## v1.1.0


### πŸš€ Enhancements

- 🀑 add mocked hotjar config for playground ([f162972](https://github.com/damevin/nuxt-module-hotjar/commit/f162972))
- ✨ create hotjar plugin ([1f2216d](https://github.com/damevin/nuxt-module-hotjar/commit/1f2216d))
- πŸ”§ create module config, add types, set plugin options ([4755829](https://github.com/damevin/nuxt-module-hotjar/commit/4755829))

### 🩹 Fixes

- 🩹 fix tsconfig extends ([de3ddb3](https://github.com/damevin/nuxt-module-hotjar/commit/de3ddb3))

### πŸ’… Refactors

- πŸ”₯ remove useless files ([5408b3f](https://github.com/damevin/nuxt-module-hotjar/commit/5408b3f))

### πŸ“– Documentation

- πŸ“ create README ([7c67032](https://github.com/damevin/nuxt-module-hotjar/commit/7c67032))

### 🏑 Chore

- πŸŽ‰ create configuration, add dependencies ([51c038c](https://github.com/damevin/nuxt-module-hotjar/commit/51c038c))
- Add LICENSE ([0da0fe2](https://github.com/damevin/nuxt-module-hotjar/commit/0da0fe2))

### ❀️ Contributors

- Damevin <r.damevin@lehibou.com>

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-hotjar",
"version": "1.0.0",
"version": "1.1.0",
"description": "Add HotJar to your Nuxt.js application",
"repository": "https://github.com/damevin/nuxt-module-hotjar",
"license": "MIT",
Expand All @@ -22,7 +22,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 prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch"
Expand All @@ -42,4 +42,4 @@
"nuxt": "^3.9.0",
"vitest": "^0.33.0"
}
}
}

0 comments on commit 5443502

Please sign in to comment.