Skip to content

Commit

Permalink
chore: release toml-eslint-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 9, 2023
1 parent 2a9d98e commit 4911ec8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-cameras-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-paws-decide.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# toml-eslint-parser

## 0.9.0

### Minor Changes

- [#169](https://github.com/ota-meshi/toml-eslint-parser/pull/169) [`89c7596`](https://github.com/ota-meshi/toml-eslint-parser/commit/89c7596e918b421c3ed55147d523d5308e81024d) Thanks [@ota-meshi](https://github.com/ota-meshi)! - refactor for getStaticTOMLValue

### Patch Changes

- [#169](https://github.com/ota-meshi/toml-eslint-parser/pull/169) [`89c7596`](https://github.com/ota-meshi/toml-eslint-parser/commit/89c7596e918b421c3ed55147d523d5308e81024d) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: wrong value of `bigint` in binary `TOMLIntegerValue`

## 0.8.1

### Patch Changes
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": "toml-eslint-parser",
"version": "0.8.1",
"version": "0.9.0",
"description": "A TOML parser that produces output compatible with ESLint",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// This file has been automatically generated,
// in order to update its content execute "npm run build:meta"
export const name = "toml-eslint-parser" as const;
export const version = "0.8.1" as const;
export const version = "0.9.0" as const;

0 comments on commit 4911ec8

Please sign in to comment.