Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Jan 15, 2019
1 parent 4bfa8d6 commit cae93c2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.0.1"></a>
## <small>1.0.1 (2019-01-15)</small>

* chore: Add CHANGELOG.md ([8e03553](https://github.com/znck/promised/commit/8e03553))
* chore: Add coveralls ([c87292b](https://github.com/znck/promised/commit/c87292b))
* chore: Add coveralls badge ([bb1486d](https://github.com/znck/promised/commit/bb1486d))
* chore: Optimize CI build process ([44dd152](https://github.com/znck/promised/commit/44dd152))
* chore: release script ([4bfa8d6](https://github.com/znck/promised/commit/4bfa8d6))
* chore: Use github https link ([9448c64](https://github.com/znck/promised/commit/9448c64))
* fix: Use rollup to generate correct bundles ([eb8c638](https://github.com/znck/promised/commit/eb8c638))



<a name="1.0.0"></a>
# 1.0.0 (2018-05-05)

Expand All @@ -6,6 +23,3 @@

* Add `promised` method to convert callback to promise based API ([f8bda42](https://github.com/znck/promised/commit/f8bda42))
* Add custom promisify function as fallback ([af6dae1](https://github.com/znck/promised/commit/af6dae1))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@znck/promised",
"version": "1.0.0",
"version": "1.0.1",
"description": "A utility to convert callbacks to promises.",
"main": "dist/promised.js",
"module": "dist/promised.mjs",
Expand Down

0 comments on commit cae93c2

Please sign in to comment.