Skip to content

Commit ce6c733

Browse files
committed
chore: Release v1.1.0
1 parent a411965 commit ce6c733

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
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.
4+
5+
## [1.1.0](https://github.com/medikoo/next-tick/compare/v1.0.0...v1.1.0) (2020-02-11)
6+
7+
8+
### Features
9+
10+
* Add support for queueMicrotask (Closes [#13](https://github.com/medikoo/next-tick/issues/13)) ([471986e](https://github.com/medikoo/next-tick/commit/471986ee5f7179a498850cc03138a5ed5b9a248c))
11+
12+
## Changelog for previous versions
13+
14+
See `CHANGES` file

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
For recent changelog see CHANGELOG.md
2+
3+
-----
4+
15
v1.0.0 -- 2016.06.09
26
* In case MutationObserver based solution ensure all callbacks are propagated
37
even if any on the way crashes (fixes #3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-tick",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Environment agnostic nextTick polyfill",
55
"author": "Mariusz Nowak <[email protected]> (http://www.medikoo.com/)",
66
"keywords": [

0 commit comments

Comments
 (0)