Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Mar 20, 2017
1 parent 1960a24 commit 7148f3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,20 @@ Change Log

This project honours [Semantic Versioning](http://semver.org/).

[Unpublished]: ../../compare/v0.1.0...HEAD
[Unpublished]: ../../compare/v0.1.1...HEAD


[Unpublished]
[v0.1.1]
------------------------------------------------------------------------
**March 20th, 2017**
* [[`0bfefb9`][]] Added [`browser.js`][] to distributed files
* [[`3ee8eba`][]] Added [`MappedDisposable`][] to main exports

[`browser.js`]: ./browser.js
[`MappedDisposable`]: ./lib/classes/mapped-disposable.js
[`0bfefb9`]: ../../commit/0bfefb9b7b3a245aa8fdfd105a3531
[`3ee8eba`]: ../../commit/3ee8eba93293bd32545275fc09776a
[v0.1.1]: https://github.com/Alhadis/Utils/releases/tag/v0.1.1


[v0.1.0]
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": "@alhadis/utils",
"version": "v0.1.0",
"version": "v0.1.1",
"main": "./index.js",
"files": ["./index.js", "./browser.js"],
"description": "Battle-hardened suite of self-contained utility functions.",
Expand Down

0 comments on commit 7148f3e

Please sign in to comment.