Skip to content

Commit

Permalink
chore(release): v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkulpa committed Mar 24, 2024
1 parent 27e2e19 commit b883cab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Changelog


## v0.0.11

[compare changes](https://github.com/mateuszkulpa/nuxt-ab-testing/compare/v0.0.10...v0.0.11)

### 🚀 Enhancements

- Respect the enabled flag even if the selected variant is already stored ([56e1d3c](https://github.com/mateuszkulpa/nuxt-ab-testing/commit/56e1d3c))
- Improve type checking of the default variant identifier using `NoInfer` utility type ([27e2e19](https://github.com/mateuszkulpa/nuxt-ab-testing/commit/27e2e19))

### ❤️ Contributors

- Mateusz Kulpa ([@mateuszkulpa](http://github.com/mateuszkulpa))

## v0.0.10

[compare changes](https://github.com/mateuszkulpa/nuxt-ab-testing/compare/v0.0.9...v0.0.10)
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-ab-testing",
"version": "0.0.10",
"version": "0.0.11",
"description": "Nuxt module designed to seamlessly integrate A/B testing",
"repository": "mateuszkulpa/nuxt-ab-testing",
"license": "MIT",
Expand Down

0 comments on commit b883cab

Please sign in to comment.