Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Feb 3, 2024
1 parent c419c8a commit f7e04af
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.3.0](https://github.com/posva/pinia-colada/compare/v0.2.0...v0.3.0) (2024-02-03)


### ⚠ BREAKING CHANGES

* The option `fetcher` for `useQuery()` has been renamed
to `query`. The option `mutator` for `useMutation()` has been renamed
`mutation`.

* rename options for `useQuery` and `useMutation` ([28ecc75](https://github.com/posva/pinia-colada/commit/28ecc757473b17cf5ae8579250faa197232c0988))

## [0.2.0](https://github.com/posva/pinia-colada/compare/v0.1.0...v0.2.0) (2024-01-16)

### ⚠ BREAKING CHANGES
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/colada",
"packageManager": "pnpm@8.14.1",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"description": "The smart data fetching layer for Pinia",
"publishConfig": {
Expand Down

0 comments on commit f7e04af

Please sign in to comment.