Skip to content

Commit

Permalink
chore: set up auto-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thdk committed Oct 8, 2021
1 parent df558c2 commit 0bdc2dc
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .auto-changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"startingVersion": "v1.4.2",
"hideCredit": true,
"template": "keepachangelog",
"package": true,
"commitLimit": false
}
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Changelog

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).

## [v1.4.2](https://github.com/thdk/firestorable/compare/v1.4.2...v1.4.2)

### Merged

- Chore/upgrade firebase [`#34`](https://github.com/thdk/firestorable/pull/34)
- Chore/mobx 6 [`#31`](https://github.com/thdk/firestorable/pull/31)

### Commits

- chore: list peer dependencies as dev dependencies too [`0f77570`](https://github.com/thdk/firestorable/commit/0f77570a485681e62440764f9ee9d17c80252594)
- chore: upgrade firebase to latest version (compat mode) [`f8b98e4`](https://github.com/thdk/firestorable/commit/f8b98e4179a687694af941310acb94cfdb82fff7)
- chore: upgrade to mobx 6 [`4087e34`](https://github.com/thdk/firestorable/commit/4087e3495cbeaabd008149934ae62c2780ccf1e5)
- chore: use modular firebase api functions [`30d58eb`](https://github.com/thdk/firestorable/commit/30d58eb3466396e01f77aeb995029cc37f01b8bc)
- chore: set up auto-changelog [`5639ca8`](https://github.com/thdk/firestorable/commit/5639ca89b91dc6e0d9eea95845a31d0862b1bbe3)
- fix: use more correct typings in test files [`4228514`](https://github.com/thdk/firestorable/commit/422851436490c4606f28551db818e8ab6a472181)
- tests: cleanup test environment for all tests [`50300ab`](https://github.com/thdk/firestorable/commit/50300ab6237561e71c806b6634f5c291252ed33a)
- docs: update prerequisites in readme [`fe61253`](https://github.com/thdk/firestorable/commit/fe61253f9cb5777b79033ed0115916582382eb10)
- ci: remove prepare step from cloudbuild steps [`24063f2`](https://github.com/thdk/firestorable/commit/24063f21daf60e21e89cf23d5f869d33a7651fe8)

## [v1.4.2](https://github.com/thdk/firestorable/compare/v1.4.1...v1.4.2) - 2021-01-13

### Commits

- fix(auth-store): manually unset user on logout [`033b4bb`](https://github.com/thdk/firestorable/commit/033b4bbed33d9638b8d814df7d8eb865370e39cc)
68 changes: 66 additions & 2 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"coverage": "start coverage\\lcov-report\\index.html",
"build": "rollup -c",
"preversion": "npm run test:emulator",
"version": "auto-changelog && git add CHANGELOG.md",
"postversion": "git push --follow-tags",
"coveralls": "coveralls < coverage/lcov.info"
},
Expand Down Expand Up @@ -53,6 +54,7 @@
"@rollup/plugin-typescript": "^8.2.5",
"@testing-library/dom": "^7.28.1",
"@types/jest": "^24.0.23",
"auto-changelog": "^2.3.0",
"coveralls": "^3.1.0",
"firebase": "^9.1.1",
"firebase-admin": "^9.11.1",
Expand Down

0 comments on commit 0bdc2dc

Please sign in to comment.