From 54ae54af26aad2e4caea6b0ede640fbd1ad41794 Mon Sep 17 00:00:00 2001 From: Tim Oram Date: Mon, 15 Aug 2016 20:57:25 -0230 Subject: [PATCH] Release v1.2.0 --- .gitignore | 1 + .npmignore | 1 + CHANGELOG.md | 12 +++++++++--- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 83938b9..32091f4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.idea node_modules reports eslint-plugin-strict-newline-*.tgz diff --git a/.npmignore b/.npmignore index 31bafd4..b9efda7 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,4 @@ +.idea docs/ reports/ test/ diff --git a/CHANGELOG.md b/CHANGELOG.md index bd7a89a..c86e512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,20 @@ # Change Log All notable changes to this project will be documented in this file. -This project adheres to [Semantic Versioning](http://semver.org/). -The format conforms to [Keep a Changelog](http://keepachangelog.com/). + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +## [1.2.0] - 2016-08-15 +### Added +- Support for array function IIFEs ## [1.1.0] - 2016-07-14 ### Added -- Support for IIFE +- Support for IIFEs ## 1.0.0 - 2016-06-25 ### Added - Initial rule set +[1.2.0]: https://github.com/MitMaro/eslint-plugin-strict-newline/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/MitMaro/eslint-plugin-strict-newline/compare/v1.0.0...v1.1.0 diff --git a/package.json b/package.json index 5fcf5a4..c4652ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-strict-newline", - "version": "1.1.0", + "version": "1.2.0", "description": "ESLint plugin that provides a rule for newline spacing around 'use strict'", "author": "Tim Oram ", "contributors": [