Skip to content

Commit

Permalink
Merge pull request #23 from MitMaro/release-1.2.0
Browse files Browse the repository at this point in the history
Release v1.2.0
  • Loading branch information
MitMaro committed Aug 15, 2016
2 parents a72d2b4 + 54ae54a commit f5d0080
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
node_modules
reports
eslint-plugin-strict-newline-*.tgz
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
docs/
reports/
test/
Expand Down
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <mitmaro@gmail.com>",
"contributors": [
Expand Down

0 comments on commit f5d0080

Please sign in to comment.