Skip to content

Commit

Permalink
Bump version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Mar 15, 2017
1 parent 60379ef commit a139461
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com) and this project adheres to [Semantic Versioning](http://semver.org).

## [0.0.5](https://github.com/CORSmirror/CORSmirror/compare/v0.0.4...v0.0.5) - 2017-03-14
### Added
- Use [dotenv](https://www.npmjs.com/package/dotenv) to load Google Analytics ID as an environment variable (#10)
- Create `/heartbeat` route that responds with 200 OK (#11)

### Changed
- Update layout template to render Google Analytics if ID is present (#10)

## [0.0.4](https://github.com/CORSmirror/CORSmirror/compare/v0.0.3...v0.0.4) - 2017-03-08
### Added
- Create `CHANGELOG.md` (#7)
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": "corsmirror",
"version": "0.0.4",
"version": "0.0.5",
"description": "Mirror sites with CORS enabled.",
"author": "Mark <mark@remarkablemark.org>",
"main": "bin/www",
Expand Down

0 comments on commit a139461

Please sign in to comment.