Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
firefoxic committed May 26, 2024
1 parent c7aca0a commit 301d328
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and 

## [Unreleased]

## [2.0.0] — 2024–05–26

### Changed

- Multiline comments (except jsDoc) should now be sequences of single-line comments.
Expand All @@ -21,5 +23,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and 

- Base config for `eslint` without using `globals`, but with its re-export.

[Unreleased]: https://github.com/firefoxic/codeguide/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/firefoxic/codeguide/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/firefoxic/codeguide/compare/v1.0.0...v2.0.0
[1.0.0]: https://github.com/firefoxic/codeguide/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@firefoxic/eslint-config",
"description": "Shared config for eslint by firefoxic.",
"version": "1.0.0",
"version": "2.0.0",
"license": "MIT",
"author": {
"name": "Sergey Artemov",
Expand Down

0 comments on commit 301d328

Please sign in to comment.