Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anmiles committed Mar 16, 2024
1 parent 22d2fce commit a7e275d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
coverage
dist
5 changes: 0 additions & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,4 @@ module.exports = {
'./node_modules/@anmiles/eslint-config/src/ts.preset.js',
'./node_modules/@anmiles/eslint-config/src/jest.preset.js',
],

ignorePatterns : [
'coverage',
'dist',
],
};
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [10.0.1](../../tags/v10.0.1) - 2024-03-16
### Changed
- Use dedicated .eslintignore

## [10.0.0](../../tags/v10.0.0) - 2024-03-16
### Added
- `String.prototype.urlEscape` to support russian letters
Expand Down

0 comments on commit a7e275d

Please sign in to comment.