From cf58549ed6ae3789196b40d6e134400254402d54 Mon Sep 17 00:00:00 2001 From: Agustinus Nathaniel Date: Mon, 16 May 2022 20:10:55 +0700 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00e51ca..102b6ec 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.0.0](https://github.com/sozonome/eslint-config-sznm/compare/v0.2.1...v1.0.0) (2022-05-16) + ### [0.2.1](https://github.com/sozonome/eslint-config-sznm/compare/v0.2.0...v0.2.1) (2022-01-27) diff --git a/package.json b/package.json index 600bf43..b43e814 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-sznm", - "version": "0.2.1", + "version": "1.0.0", "description": "sozonome's ESLint configuration", "main": "index.js", "scripts": {