Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesmitjans committed Jan 12, 2024
1 parent dadbaf4 commit 27956f7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

## v1.1.0


### 🚀 Enhancements

- Warn of missing configuration values ([decfd45](https://github.com/mitjans/nuxt-posthog/commit/decfd45))

### 🏡 Chore

- Initial commit ([09619ed](https://github.com/mitjans/nuxt-posthog/commit/09619ed))
- Update readme and package.json ([b9b955d](https://github.com/mitjans/nuxt-posthog/commit/b9b955d))
- Add defu dependency ([dadbaf4](https://github.com/mitjans/nuxt-posthog/commit/dadbaf4))

### ✅ Tests

- Update test suite files ([9418431](https://github.com/mitjans/nuxt-posthog/commit/9418431))

### ❤️ Contributors

- Carles Mitjans <[email protected]>

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/posthog",
"version": "1.0.0",
"version": "1.1.0",
"description": "Posthog module for nuxt",
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,4 +50,4 @@
"prettier": "^3.1.1",
"vitest": "^1.0.0"
}
}
}

0 comments on commit 27956f7

Please sign in to comment.