diff --git a/CHANGELOG.md b/CHANGELOG.md index ef70c5d5..8bb1f89c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.1.0](https://github.com/posva/pinia-colada/compare/v0.0.1...v0.1.0) (2023-12-25) + + +### ⚠ BREAKING CHANGES + +* rename options + +### Bug Fixes + +* swallow error in automatic refreshes ([d955754](https://github.com/posva/pinia-colada/commit/d9557545fd6716929d5e127cf6b8e125c5cd23d7)) + + +* rename options ([f6d01c5](https://github.com/posva/pinia-colada/commit/f6d01c5396fb9495e3685f94d7fa24cff81b2da3)) + ### 0.0.1 (2023-12-20) diff --git a/package.json b/package.json index 74ae132d..079cd78f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pinia/colada", "packageManager": "pnpm@8.12.0", - "version": "0.0.1", + "version": "0.1.0", "type": "module", "description": "The smart data fetching layer for Pinia", "publishConfig": {