Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thdk committed Oct 12, 2021
1 parent 5cf5412 commit 2eeddbf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v2.1.0](https://github.com/thdk/firestorable/compare/v2.0.1...v2.1.0)
## [v2.1.1](https://github.com/thdk/firestorable/compare/v2.1.0...v2.1.1)

### Commits

- fix: exclude firebase source from bundle [`5cf5412`](https://github.com/thdk/firestorable/commit/5cf541279abf94e4564efd215234ec1a15bfd821)

## [v2.1.0](https://github.com/thdk/firestorable/compare/v2.0.1...v2.1.0) - 2021-10-12

### Commits

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firestorable",
"version": "2.1.0",
"version": "2.1.1",
"description": "Mobx observable wrapper for firebase firestore database.",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 2eeddbf

Please sign in to comment.