Skip to content

Commit

Permalink
Merge pull request #12 from radify/i-hate-npm-publish
Browse files Browse the repository at this point in the history
Fixes npm publish mess
  • Loading branch information
jfmercer committed Dec 28, 2015
2 parents 3816680 + 21ed372 commit 7d8fa3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.2.3] - 2015-12-28
- No changes. This tag had to be created unnecessarily for the sake of `npm publish`

## [0.2.1] - 2015-12-28
### Fixed
- Changelog format corrected per the guidelines from keepachangelog.com
Expand All @@ -18,7 +21,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [0.1.4] - 2015-08-19
- Adds a CHANGELOG

[Unreleased]: https://github.com/radify/karma-es6-shim/compare/0.2.1...HEAD
[Unreleased]: https://github.com/radify/karma-es6-shim/compare/0.2.3...HEAD
[0.2.3]: https://github.com/radify/karma-es6-shim/compare/0.2.1...0.2.3
[0.2.1]: https://github.com/radify/karma-es6-shim/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/radify/karma-es6-shim/compare/0.1.4...0.2.0
[0.1.4]: https://github.com/radify/karma-es6-shim/compare/0.1.3...0.1.4
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": "karma-es6-shim",
"version": "0.2.1",
"version": "0.2.3",
"description": "es6-shim adapter for Karma",
"keywords": [
"karma",
Expand Down

0 comments on commit 7d8fa3a

Please sign in to comment.