Skip to content
This repository has been archived by the owner on May 26, 2018. It is now read-only.

Commit

Permalink
Release 0.3.1 (#401)
Browse files Browse the repository at this point in the history
- add changelog.md
- update readme to point to contributing.md
- update package.json version to 0.3.1
  • Loading branch information
meandavejustice committed Oct 6, 2016
1 parent 99eca4e commit ab1e3da
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,11 @@
## 0.3.1 (2016-10-06)

* [[`99eca4edae`](https://github.com/meandavejustice/min-vid/commit/99eca4edae)] - Fix missing metrics pings and update metrics docs (#400) (Dave Justice)
* [[`d95461b6ae`](https://github.com/meandavejustice/min-vid/commit/d95461b6ae)] - Update eslint to flag lack of spaces after keywords and before blocks (#399) (danrr)
* [[`d270f15567`](https://github.com/meandavejustice/min-vid/commit/d270f15567)] - Close fullscreen youtube player when video is opened in min-vid (#398) (danrr)
* [[`d35aec682b`](https://github.com/meandavejustice/min-vid/commit/d35aec682b)] - Fixes duration output time formatting (#395) (Joao Sa)
* [[`e50207e547`](https://github.com/meandavejustice/min-vid/commit/e50207e547)] - Remove unneeded React bindings and fix ESLint error (#365) (Peter deHaan)
* [[`594953eb35`](https://github.com/meandavejustice/min-vid/commit/594953eb35)] - Update 'available on test pilot' link (Dave Justice)

## 0.3.0 (2016-09-28)
* [[`97f9765103`](https://github.com/meandavejustice/min-vid/commit/97f9765103)] - release 0.3.0 for launch (Dave Justice)
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -51,6 +51,7 @@ Contributions welcome. To get started,

4. `npm run dev` to watch for file changes while developing.

For further information on contributing, see [contributing.md](./contributing.md)

## LICENSE
[Mozilla Public License 2.0](LICENSE)
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"title": "Min Vid",
"name": "min-vid",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"icon": "resource://min-vid/docs/images/dark-logo.png",
"description": "Minimize a web video into a small always-on-top panel in Firefox.",
Expand Down

0 comments on commit ab1e3da

Please sign in to comment.