Skip to content
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Oct 4, 2016
1 parent cec99ed commit fc98d3c
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 3 deletions.
43 changes: 41 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,49 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.1.1
## [v0.1.2](https://github.com/ungoldman/hi8/releases/v0.1.2)

[view diff](https://github.com/ungoldman/hi8/compare/0.1.1...v0.1.2)

### Fixed

- **bugfix**: simplify `bin.js` syntax so it works in node 4 (#1)

### Added

- add gh-pages site generator

### Commits

- [[`cec99ed2fe`](https://github.com/ungoldman/hi8/commit/cec99ed2fe)] - **bugfix**: simplify syntax for node 4 (#1) (Nate Goldman)
- [[`bb35dd8839`](https://github.com/ungoldman/hi8/commit/bb35dd8839)] - use absolute url for releases link (Nate Goldman)
- [[`b135fc038b`](https://github.com/ungoldman/hi8/commit/b135fc038b)] - rm unnecessary newlines (Nate Goldman)
- [[`851af927ae`](https://github.com/ungoldman/hi8/commit/851af927ae)] - add site (Nate Goldman)
- [[`d529e491fc`](https://github.com/ungoldman/hi8/commit/d529e491fc)] - use absolute paths for issues and pulls (Nate Goldman)
- [[`c77c139f0f`](https://github.com/ungoldman/hi8/commit/c77c139f0f)] - be bold (Nate Goldman)
- [[`0f615e9bee`](https://github.com/ungoldman/hi8/commit/0f615e9bee)] - Update readme.md (Nate Goldman)

## [v0.1.1](https://github.com/ungoldman/hi8/releases/v0.1.1)

[view diff](https://github.com/ungoldman/hi8/compare/0.1.0...v0.1.1)

### Changed

- update background on initialization

## 0.1.0
### Commits

- [[`b218eb47f6`](https://github.com/ungoldman/hi8/commit/b218eb47f6)] - uncomment important thing (Nate Goldman)
- [[`ec159a603a`](https://github.com/ungoldman/hi8/commit/ec159a603a)] - Update readme.md (Nate Goldman)
- [[`b35a93a036`](https://github.com/ungoldman/hi8/commit/b35a93a036)] - fancy up the readme (Nate Goldman)
- [[`433c876b57`](https://github.com/ungoldman/hi8/commit/433c876b57)] - update screenshot (Nate Goldman)

## [v0.1.0](https://github.com/ungoldman/hi8/releases/v0.1.0)

### Added

- alpha release (npm only)

### Commits

- [[`162181845c`](https://github.com/ungoldman/hi8/commit/162181845c)] - 0.1.0 (Nate Goldman)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hi8",
"description": "See Earth from Himawari-8 on your desktop every 10 minutes.",
"version": "0.1.1",
"version": "0.1.2",
"author": "Nate Goldman <ungoldman@gmail.com>",
"bin": {
"hi8": "./bin.js"
Expand Down

0 comments on commit fc98d3c

Please sign in to comment.