Skip to content

Commit

Permalink
chore(release): v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mitjans committed Feb 19, 2024
1 parent bd1e65b commit 2278276
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,33 @@

## v1.3.0

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

### 🚀 Enhancements

- Add PosthogFeatureFlag component and usePosthogFeatureFlag composable ([17cc604](https://github.com/mitjans/nuxt-posthog/commit/17cc604))

### 📖 Documentation

- Create documentation folder ([369c0ce](https://github.com/mitjans/nuxt-posthog/commit/369c0ce))
- Landing page ([8f7f757](https://github.com/mitjans/nuxt-posthog/commit/8f7f757))
- Use PostHog instead of Posthog ([0916a9f](https://github.com/mitjans/nuxt-posthog/commit/0916a9f))
- Update PostHog logo ([76af2e1](https://github.com/mitjans/nuxt-posthog/commit/76af2e1))
- Update nuxt docs link ([55628c3](https://github.com/mitjans/nuxt-posthog/commit/55628c3))
- Add missing documentation ([bfee92a](https://github.com/mitjans/nuxt-posthog/commit/bfee92a))
- Add Nuxt UI pro link ([0269246](https://github.com/mitjans/nuxt-posthog/commit/0269246))
- Update github link ([f98c553](https://github.com/mitjans/nuxt-posthog/commit/f98c553))
- Fix typo ([bd1e65b](https://github.com/mitjans/nuxt-posthog/commit/bd1e65b))

### 🏡 Chore

- Update dependencies ([151b746](https://github.com/mitjans/nuxt-posthog/commit/151b746))
- Add oss license to docs ([c877fc5](https://github.com/mitjans/nuxt-posthog/commit/c877fc5))

### ❤️ Contributors

- Carles Mitjans <[email protected]>

## v1.2.0


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-posthog",
"version": "1.2.0",
"version": "1.3.0",
"description": "PostHog module for nuxt",
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,4 +50,4 @@
"prettier": "^3.2.4",
"vitest": "^1.2.2"
}
}
}

0 comments on commit 2278276

Please sign in to comment.