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

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Oct 16, 2019
1 parent 7b65b24 commit 169dbb7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

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.

## 0.2.0 (2019-10-16)


### Bug Fixes

* **package:** undo prettier of package.json ([2ca22ff](https://github.com/getvinch/vinch/commit/2ca22ff))


### Features

* **app:** render CssBaseline (normalize) ([d18b1d9](https://github.com/getvinch/vinch/commit/d18b1d9))
* **app:** render Header in App ([ede011f](https://github.com/getvinch/vinch/commit/ede011f))
* **components:** add Header, which renders AppBar ([19a1b07](https://github.com/getvinch/vinch/commit/19a1b07))
* **firebase:** create firebase provider and context ([274cd4e](https://github.com/getvinch/vinch/commit/274cd4e))
* **public:** load Roboto font and Material icons in `index.html` ([3c75fc5](https://github.com/getvinch/vinch/commit/3c75fc5))
* **public:** set responsive viewport meta tag in `index.html` ([3ffa559](https://github.com/getvinch/vinch/commit/3ffa559))
* **public:** update title and meta description in `index.html` ([77eee18](https://github.com/getvinch/vinch/commit/77eee18))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vinch",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"build": "npm-run-all --parallel build:*",
Expand Down

0 comments on commit 169dbb7

Please sign in to comment.