Skip to content

Commit

Permalink
Merge pull request #22 from finsweet/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
alexiglesias93 authored Oct 25, 2023
2 parents a371478 + d6ed2d1 commit 54732f1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/fuzzy-planes-fetch.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/sharp-guests-stare.md

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# fireworkers

## 0.3.0

### Minor Changes

- 945dc3c: **This release deliberately contains backwards-incompatible changes**. To avoid automatically picking up releases like this, you should either be pinning the exact version of `fireworkers` in your `package.json` file (recommended) or be using a version range syntax that only accepts patch upgrades such as `^0.2.0` or `~0.2.0`. See npm's documentation about [semver](https://docs.npmjs.com/cli/v6/using-npm/semver/) for more information.

- feat: add new `Firestore.set()` method that matches the behavior of the SDK's [setDoc](https://firebase.google.com/docs/reference/js/firestore_.md#setdoc).
- fix: update `Firestore.update()` to match the behavior of the SDK's [updateDoc](https://firebase.google.com/docs/reference/js/firestore_.md#updatedoc):
- Fields will be merged instead of overriding the entire document.
- Operations will fail if the document doesn't exist.

### Patch Changes

- 9d619ba: - fix: process numbers as `double` instead of `integer`.

## 0.2.1

### Patch Changes
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": "fireworkers",
"version": "0.2.1",
"version": "0.3.0",
"description": "Use Cloud Firestore inside Cloudflare Workers.",
"sideEffects": false,
"type": "module",
Expand Down

0 comments on commit 54732f1

Please sign in to comment.