diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..961d803 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +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. + +## [1.1.0](https://github.com/medikoo/next-tick/compare/v1.0.0...v1.1.0) (2020-02-11) + + +### Features + +* Add support for queueMicrotask (Closes [#13](https://github.com/medikoo/next-tick/issues/13)) ([471986e](https://github.com/medikoo/next-tick/commit/471986ee5f7179a498850cc03138a5ed5b9a248c)) + +## Changelog for previous versions + +See `CHANGES` file diff --git a/CHANGES b/CHANGES index 6f59c88..931a8a4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +For recent changelog see CHANGELOG.md + +----- + v1.0.0 -- 2016.06.09 * In case MutationObserver based solution ensure all callbacks are propagated even if any on the way crashes (fixes #3) diff --git a/package.json b/package.json index 4a3a398..071c8ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-tick", - "version": "1.0.0", + "version": "1.1.0", "description": "Environment agnostic nextTick polyfill", "author": "Mariusz Nowak (http://www.medikoo.com/)", "keywords": [