From e165099eaf30ea87b26c6b82683cadf1f5752748 Mon Sep 17 00:00:00 2001 From: cueedee Date: Mon, 30 Dec 2019 10:51:37 +0100 Subject: [PATCH] chore(release): 1.1.2 --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a41ba43..aaa0be7 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. +### [1.1.2](https://github.com/marviq/coffee-jshint/compare/v1.1.1...v1.1.2) (2019-12-30) + ### [1.1.1](https://github.com/marviq/coffee-jshint/compare/v1.1.0...v1.1.1) (2019-06-05) diff --git a/package-lock.json b/package-lock.json index 8289d5b..114566b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "coffee-jshint", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 97f4f27..c90dbfa 100644 --- a/package.json +++ b/package.json @@ -53,5 +53,5 @@ "refresh": "set -x; npm install && npm prune && npm dedupe", "release": "standard-version" }, - "version": "1.1.1" + "version": "1.1.2" }