diff --git a/CHANGELOG.md b/CHANGELOG.md index 907733f..c6e4cfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [2.0.2](https://github.com/nicolasdao/core-async/compare/v2.0.1...v2.0.2) (2020-03-22) + ### [2.0.1](https://github.com/nicolasdao/core-async/compare/v2.0.0...v2.0.1) (2020-03-21) diff --git a/package-lock.json b/package-lock.json index c70a0bf..ed82c18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "core-async", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e935beb..1745a6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "core-async", - "version": "2.0.1", + "version": "2.0.2", "description": "JS implementation of the Clojure core.async library. Designed to be used with the npm package 'co'.", "main": "src/index.js", "module": "src/index.js",