Skip to content

Commit

Permalink
chore: release 0.1.0 🚀 (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jul 9, 2024
1 parent 90dd5d8 commit 48545eb
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.1"
".": "0.1.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/json",
"version": "0.0.1",
"version": "0.1.0",
"exports": "./dist/esm/index.js",
"publish": {
"include": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 48545eb

Please sign in to comment.