Skip to content

Commit

Permalink
release version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TimurRin committed Sep 6, 2024
1 parent ab160cd commit 28f21ee
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 27 deletions.
49 changes: 27 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,33 @@
# Cinnabar Forge ESLint Plugin / Changelog
# Changelog

This changelog follows **Keep a Changelog** convention (<https://keepachangelog.com>).
This changelog is updated by [Cinnabar Meta](https://github.com/cinnabar-forge/node-meta).

## Wishlist
## [Unreleased]

Features that we want to implement in the near future:
Visit the link above to see all unreleased changes.

- Add TypeScript linting config.
[comment]: # (Insert new version after this line)

## Known bugs
## [0.7.0](https://github.com/cinnabar-forge/eslint-plugin/releases/tag/v0.7.0) — 2024-09-06

None
- add anca support ([ab160cd])
- add javascript config ([ab160cd])
- comply anca ([ab160cd])
- update npm packages ([ab160cd])

## [Unreleased]
[ab160cd]: https://github.com/cinnabar-forge/eslint-plugin/commit/ab160cd

## 0.6.1 - 2024-07-19

- update npm packages

## 0.6.0 - 2024-06-20

_This section contains implemented but not released features._
- add test commit github workflow
- change default config to support typescript
- downgrade to eslint 8

## [0.5.0] - 2024-06-07
## 0.5.0 - 2024-06-07

### Added

Expand All @@ -27,13 +38,13 @@ _This section contains implemented but not released features._

- Migrate to ESLint 9.

## [0.4.0] - 2024-03-19
## 0.4.0 - 2024-03-19

### Added

- `jsdoc` plugin to `default` config.

## [0.3.0] - 2024-02-15
## 0.3.0 - 2024-02-15

### Added

Expand All @@ -48,30 +59,24 @@ _This section contains implemented but not released features._

- Styling rules and prettier plugin from `default` config.

## [0.2.1] - 2024-01-18
## 0.2.1 - 2024-01-18

### Fixed

- Fix `ecmaVersion: 2022` missed in `parserOptions` in `default` config.

## [0.2.0] - 2024-01-17
## 0.2.0 - 2024-01-17

### Changed

- Replace environment variable `es2021` with `es2022` in `default` config.
- Update `prettier` to `v3.2.4`.
- Update readme info.

## [0.1.0] - 2024-01-14
## 0.1.0 - 2024-01-14

### Added

- `default` config.

[unreleased]: https://github.com/cinnabar-forge/eslint-plugin/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/cinnabar-forge/eslint-plugin/releases/tag/v0.5.0
[0.4.0]: https://github.com/cinnabar-forge/eslint-plugin/releases/tag/v0.4.0
[0.3.0]: https://github.com/cinnabar-forge/eslint-plugin/releases/tag/v0.3.0
[0.2.1]: https://github.com/cinnabar-forge/eslint-plugin/releases/tag/v0.2.1
[0.2.0]: https://github.com/cinnabar-forge/eslint-plugin/releases/tag/v0.2.0
[0.1.0]: https://github.com/cinnabar-forge/eslint-plugin/releases/tag/v0.1.0
[unreleased]: https://github.com/cinnabar-forge/eslint-plugin/compare/v0.7.0...HEAD
4 changes: 2 additions & 2 deletions anca.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"cinnabarMeta": {
"dataVersion": 0,
"version": {
"latest": "0.6.1",
"timestamp": 1721373508
"latest": "0.7.0",
"timestamp": 1725629133
},
"files": [
{
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cinnabar-forge/eslint-plugin",
"version": "0.6.1",
"version": "0.7.0",
"description": "A single set of ESLint rules, configurations and plugins to use across Cinnabar Forge projects.",
"license": "ISC",
"author": {
Expand Down

0 comments on commit 28f21ee

Please sign in to comment.