From 455609cfc5a8a5aaa5393069a5998615ce4d75ce Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 22 Feb 2022 18:26:19 +0000 Subject: [PATCH] chore(release): 1.1.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5349e0..8ecc274 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2](https://github.com/PeculiarVentures/pvutils/compare/v1.1.1...v1.1.2) (2022-02-22) + + +### Bug Fixes + +* Error on Node v12 with ?? operator ([912a71c](https://github.com/PeculiarVentures/pvutils/commit/912a71cedef717253e3a9a4c61ff987f4fd4151f)) + ### [1.1.1](https://github.com/PeculiarVentures/pvutils/compare/v1.1.0...v1.1.1) (2022-02-22) ## 1.1.0 (2022-02-22) diff --git a/package.json b/package.json index 204571a..172c35a 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,6 @@ "typescript": "^4.5.5" }, "name": "pvutils", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT" }