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

Commit

Permalink
🔖 v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Petetot committed Jun 7, 2019
1 parent 6a4bb05 commit 1bac888
Show file tree
Hide file tree
Showing 3 changed files with 715 additions and 34 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

<a name="0.13.0"></a>
## 0.13.0 (2019-06-07)

### Added

- ✨ split deliberation decision from email sending [[6105c54](https://github.com/bpetetot/conference-hall/commit/6105c546ea38e62649ec0fb2b0fa48dc8173e5ad)]

### Fixed

- 🐛 workaround GCF env variable not set in node10 ([#582](https://github.com/bpetetot/conference-hall/issues/582)) [[6b29e40](https://github.com/bpetetot/conference-hall/commit/6b29e40e5eca9b0f88cb66a2bbb3e8e0ec5d7253)]
- 💚 use node 8 in all circle ci images ([#585](https://github.com/bpetetot/conference-hall/issues/585)) [[6a4bb05](https://github.com/bpetetot/conference-hall/commit/6a4bb05e56fa7d1278983bd2f128fab12404e3de)]


<a name="0.12.0"></a>
## 0.12.0 (2019-06-02)

Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conference-hall",
"version": "0.12.0",
"version": "0.13.0",
"private": true,
"bugs": "https://github.com/bpetetot/conference-hall/issues",
"repository": "github:bpetetot/conference-hall",
Expand All @@ -12,7 +12,8 @@
"lint": "eslint --ext js,jsx src",
"size": "bundlesize",
"doc": "NODE_PATH=./src docz dev",
"doc:build": "NODE_PATH=./src docz build"
"doc:build": "NODE_PATH=./src docz build",
"changelog:update": "gitmoji-changelog"
},
"dependencies": {
"@k-ramel/react": "2.1.0",
Expand Down Expand Up @@ -57,6 +58,7 @@
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"firebase-tools": "^6.10.0",
"gitmoji-changelog": "^1.1.0",
"prettier": "^1.17.1",
"react-scripts": "3.0.1",
"react-test-renderer": "^16.8.6",
Expand Down
Loading

0 comments on commit 1bac888

Please sign in to comment.