From 4251fc56cca9b7a5b19bd0445fda373267249de6 Mon Sep 17 00:00:00 2001 From: phatpham9 Date: Mon, 7 Jun 2021 07:52:30 +0700 Subject: [PATCH] chore(release): 0.1.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03dc20e..65c0e0c 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. +### [0.1.2](https://github.com/boringcodes/eslint-config-typescript-react/compare/v0.1.1...v0.1.2) (2021-06-07) + ### [0.1.1](https://github.com/boringcodes/eslint-config-typescript-react/compare/v0.1.0...v0.1.1) (2021-01-19) ## 0.1.0 (2021-01-19) diff --git a/package.json b/package.json index 62bf55d..f149303 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@boringcodes/eslint-config-typescript-react", - "version": "0.1.1", + "version": "0.1.2", "description": "Boring ESLint Config for TypeScript", "homepage": "https://github.com/boringcodes/eslint-config-typescript-react", "bugs": "https://github.com/boringcodes/eslint-config-typescript-react/issues",