Skip to content

Commit

Permalink
chore(release): v4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
prazdevs committed Nov 8, 2024
1 parent fcad302 commit 93c9a5b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## v4.1.3

[compare changes](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v4.1.2...v4.1.3)

### 📖 Documentation

- Fix the afterHydrate describe ([#350](https://github.com/prazdevs/pinia-plugin-persistedstate/pull/350))
- Fix install script groups ([2bd0f25](https://github.com/prazdevs/pinia-plugin-persistedstate/commit/2bd0f25))

### 📦 Build

- Bundle iife and umd with rollup ([fcad302](https://github.com/prazdevs/pinia-plugin-persistedstate/commit/fcad302))

### 🏡 Chore

- Bump dependencies ([76df472](https://github.com/prazdevs/pinia-plugin-persistedstate/commit/76df472))

### ❤️ Contributors

- Prazdevs ([@prazdevs](http://github.com/prazdevs))
- Erian ([@catcoal](http://github.com/catcoal))

## v4.1.2

[compare changes](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v4.1.1...v4.1.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pinia-plugin-persistedstate",
"type": "module",
"version": "4.1.2",
"version": "4.1.3",
"packageManager": "pnpm@9.12.3",
"description": "Configurable persistence and rehydration of Pinia stores.",
"author": "Sacha Bouillez <hi@praz.dev> (https://praz.dev)",
Expand Down

0 comments on commit 93c9a5b

Please sign in to comment.