Skip to content

Commit 7148f3e

Browse files
committed
Release v0.1.1
1 parent 1960a24 commit 7148f3e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,20 @@ Change Log
33

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

6-
[Unpublished]: ../../compare/v0.1.0...HEAD
6+
[Unpublished]: ../../compare/v0.1.1...HEAD
77

88

9-
[Unpublished]
9+
[v0.1.1]
1010
------------------------------------------------------------------------
11+
**March 20th, 2017**
1112
* [[`0bfefb9`][]] Added [`browser.js`][] to distributed files
1213
* [[`3ee8eba`][]] Added [`MappedDisposable`][] to main exports
1314

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

1921

2022
[v0.1.0]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alhadis/utils",
3-
"version": "v0.1.0",
3+
"version": "v0.1.1",
44
"main": "./index.js",
55
"files": ["./index.js", "./browser.js"],
66
"description": "Battle-hardened suite of self-contained utility functions.",

0 commit comments

Comments
 (0)