From 49dd207701d54288b249c38cdcddaec0a97a2dc5 Mon Sep 17 00:00:00 2001 From: vivaxy Date: Wed, 29 May 2019 21:24:44 +0800 Subject: [PATCH] chore(release): 2.1.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd78914..fefea31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.1.1](https://github.com/vivaxy/impression/compare/v2.1.0...v2.1.1) (2019-05-29) + + +### Bug Fixes + +* **npm:** :bug:Fix publish to yarnkng ([ab84289](https://github.com/vivaxy/impression/commit/ab84289)) +* **scroll:** :bug:Fix scroll not triggered ([c20e218](https://github.com/vivaxy/impression/commit/c20e218)) + + + # [2.1.0](https://github.com/vivaxy/impression/compare/v2.0.0...v2.1.0) (2019-04-26) diff --git a/package.json b/package.json index 34ea76f..4d9006a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vivaxy/impression", - "version": "2.1.0", + "version": "2.1.1", "description": "impression", "main": "./dist/index.js", "scripts": {