Skip to content

Commit

Permalink
chore(release): v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mitjans committed Feb 23, 2024
1 parent 00e2c62 commit 95cbc1c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@

## v1.4.0

[compare changes](https://github.com/mitjans/nuxt-posthog/compare/v1.3.1...v1.4.0)

### 🚀 Enhancements

- Use nuxt-posthog in docs ([62d10d4](https://github.com/mitjans/nuxt-posthog/commit/62d10d4))
- Load feature flags on ssr ([2e101fe](https://github.com/mitjans/nuxt-posthog/commit/2e101fe))

### 🩹 Fixes

- Warn if posthog public key is empty ([00e2c62](https://github.com/mitjans/nuxt-posthog/commit/00e2c62))

### ❤️ Contributors

- Carles Mitjans <[email protected]>

## v1.3.1

[compare changes](https://github.com/mitjans/nuxt-posthog/compare/v1.3.0...v1.3.1)
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": "nuxt-posthog",
"version": "1.3.1",
"version": "1.4.0",
"description": "PostHog module for nuxt",
"repository": {
"type": "git",
Expand Down

0 comments on commit 95cbc1c

Please sign in to comment.