From abc00305f1ebaa6dbdca168c5f09a2aa8d77b7de Mon Sep 17 00:00:00 2001 From: Ilya Kaminsky Date: Sat, 24 Aug 2019 15:33:43 -0700 Subject: [PATCH] chore(*): release version 1.3.0 --- CHANGELOG.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c85e45..bab01b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [1.3.0] - 2019-08-24 ### Changed - Bump `eslint-config-airbnb-base` and `eslint-plugin-jest` packages - Update `index.js` to comply with new ESLint rules via `eslint . --fix` diff --git a/package-lock.json b/package-lock.json index 79a0d0d..1b8c682 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gulp-pug-linter", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 255d3d4..eec23a4 100644 --- a/package.json +++ b/package.json @@ -52,5 +52,5 @@ "pretest": "npm run lint", "test": "jest" }, - "version": "1.2.1" + "version": "1.3.0" }