From 9f6ea1d758f35505536258d8f4304ca004790084 Mon Sep 17 00:00:00 2001 From: Ricardo Gobbo de Souza Date: Fri, 13 Sep 2019 08:09:53 -0300 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6500d0..c83daab 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.0](https://github.com/nuxt-community/eslint-module/compare/v1.0.0...v1.1.0) (2019-09-13) + ## [1.0.0](https://github.com/nuxt-community/eslint-module/compare/v0.2.1...v1.0.0) (2019-07-26) diff --git a/package.json b/package.json index 6ceceb3..12f0a27 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/eslint-module", - "version": "1.0.0", + "version": "1.1.0", "description": "ESLint module for Nuxt.js", "repository": "nuxt-community/eslint-module", "license": "MIT",