Skip to content

Commit 2eeddbf

Browse files
committed
2.1.1
1 parent 5cf5412 commit 2eeddbf

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [v2.1.0](https://github.com/thdk/firestorable/compare/v2.0.1...v2.1.0)
8+
## [v2.1.1](https://github.com/thdk/firestorable/compare/v2.1.0...v2.1.1)
9+
10+
### Commits
11+
12+
- fix: exclude firebase source from bundle [`5cf5412`](https://github.com/thdk/firestorable/commit/5cf541279abf94e4564efd215234ec1a15bfd821)
13+
14+
## [v2.1.0](https://github.com/thdk/firestorable/compare/v2.0.1...v2.1.0) - 2021-10-12
915

1016
### Commits
1117

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firestorable",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Mobx observable wrapper for firebase firestore database.",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)