From 48545ebe503d661af0562b240648253199758d9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:43:05 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20release=200.1.0=20=F0=9F=9A=80=20(#2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ jsr.json | 2 +- package.json | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b985ff6..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..cfe564c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [0.1.0](https://github.com/eslint/json/compare/json-v0.0.1...json-v0.1.0) (2024-07-06) + + +### Features + +* Add JSON plugin ([#1](https://github.com/eslint/json/issues/1)) ([1976f2c](https://github.com/eslint/json/commit/1976f2c48b1da0cfba2d5ad2553f76182c147621)) +* Add JSONLanguage#visitorKeys ([#4](https://github.com/eslint/json/issues/4)) ([d8afca4](https://github.com/eslint/json/commit/d8afca4fe72ae025c0acec523c0d6d9d9aaa5a49)) + + +### Bug Fixes + +* release-please (again) ([#7](https://github.com/eslint/json/issues/7)) ([5ef7c6c](https://github.com/eslint/json/commit/5ef7c6c642f92912328e20bb2cb6b055c302f034)) +* Set initial release version in release-please-config.json ([#5](https://github.com/eslint/json/issues/5)) ([64f4db5](https://github.com/eslint/json/commit/64f4db5e68ab01be6acc9aad9b389bda256126a5)) diff --git a/jsr.json b/jsr.json index 05905a6..af1d68f 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@eslint/json", - "version": "0.0.1", + "version": "0.1.0", "exports": "./dist/esm/index.js", "publish": { "include": [ diff --git a/package.json b/package.json index 8de7e6d..0e0125b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eslint/json", - "version": "0.0.1", + "version": "0.1.0", "description": "JSON linting plugin for ESLint", "author": "Nicholas C. Zakas", "type": "module",