Skip to content

Commit

Permalink
chore(release): 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anishkny committed Dec 7, 2020
1 parent 29e3444 commit 19f3c7e
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,18 @@

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.

### [4.0.1](https://github.com/anishkny/integrify/compare/v4.0.0...v4.0.1) (2020-12-07)


### Bug Fixes

* **script:** Fix typo in release script ([#67](https://github.com/anishkny/integrify/issues/67)) ([29e3444](https://github.com/anishkny/integrify/commit/29e344445fbde4f64d5b7971d2e83ec0bcaabe5d))


### Chores

* **release:** Add script to release new version ([#66](https://github.com/anishkny/integrify/issues/66)) ([5261347](https://github.com/anishkny/integrify/commit/5261347d14d48f98fb0a7c30333cd06a0ff22939))

## [4.0.0](https://github.com/anishkny/integrify/compare/v3.0.1...v4.0.0) (2020-12-07)


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "integrify",
"version": "4.0.0",
"version": "4.0.1",
"description": "Enforce referential integrity in Firestore using Cloud Functions",
"keywords": [
"firebase",

0 comments on commit 19f3c7e

Please sign in to comment.