Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

Commit

Permalink
🔖 v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetetot committed Nov 18, 2018
1 parent ad4f463 commit 77ca8ab
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

<a name="0.2.0"></a>
## 0.2.0 (2018-11-18)

### Added

- ✨ add "report a bug" link ([#335](https://github.com/bpetetot/conference-hall/issues/335)) [[c5c7b41](https://github.com/bpetetot/conference-hall/commit/c5c7b41efeaec66412db25c29329322a6bd51cfb)]
- ✨ add private events ([#351](https://github.com/bpetetot/conference-hall/issues/351)) [[ad4f463](https://github.com/bpetetot/conference-hall/commit/ad4f463df72a510f010abb3022d675dcb2a26082)]

### Changed

- ⬆️ use of node 8 with cloud functions ([#336](https://github.com/bpetetot/conference-hall/issues/336)) [[942cda9](https://github.com/bpetetot/conference-hall/commit/942cda96af32bdc26eb8ef551afb343ce79d7dac)]

### Removed

- 🔥 remove temporary Apis ([#339](https://github.com/bpetetot/conference-hall/issues/339)) [[10c39ce](https://github.com/bpetetot/conference-hall/commit/10c39ce3144e937e09a1ae1ee947599926cb9c3f)]
- 🔥 preload cloud functions to avoid functions cold-start ([#359](https://github.com/bpetetot/conference-hall/issues/359)) [[6bd90d6](https://github.com/bpetetot/conference-hall/commit/6bd90d63b04e8e35d9c96cb33060b9dd26dc4703)]

### Security

- 🔒 use cloud functions to submit / unsubmit talks ([#338](https://github.com/bpetetot/conference-hall/issues/338)) [[8d67ef9](https://github.com/bpetetot/conference-hall/commit/8d67ef956821d2c34e2c9975a615c6485790a332)]

### Miscellaneous

- 💄 fix radio group overflow ([#352](https://github.com/bpetetot/conference-hall/issues/352)) [[d32b21c](https://github.com/bpetetot/conference-hall/commit/d32b21c3a1c7828afe3cd1e703ab5051fc66da14)]


<a name="0.1.0"></a>
## 0.1.0 (2018-11-03)

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": "conference-hall",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"bugs": "https://github.com/bpetetot/conference-hall/issues",
"repository": "github:bpetetot/conference-hall",
Expand Down

0 comments on commit 77ca8ab

Please sign in to comment.