Skip to content

Commit

Permalink
chore: Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Feb 11, 2020
1 parent a411965 commit ce6c733
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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)
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": "next-tick",
"version": "1.0.0",
"version": "1.1.0",
"description": "Environment agnostic nextTick polyfill",
"author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)",
"keywords": [
Expand Down

0 comments on commit ce6c733

Please sign in to comment.