Skip to content

Commit

Permalink
NPM update for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksbelic committed Nov 5, 2023
1 parent 4baeadd commit cfacd12
Show file tree
Hide file tree
Showing 4 changed files with 756 additions and 752 deletions.
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"semi": true,
"singleQuote": true,
"bracketSpacing": false,
"arrowParens": "avoid"
"arrowParens": "avoid",
"trailingComma": "es5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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).

## [2.0.2](https://github.com/aleksbelic/romanize-deromanize/releases/tag/2.0.2) - 2023-11-05

### Changed

- removing node v14 from unit testing and adding v18
- npm dependencies update

## [2.0.1](https://github.com/aleksbelic/romanize-deromanize/releases/tag/2.0.1) - 2022-11-10

### Added
Expand Down
Loading

0 comments on commit cfacd12

Please sign in to comment.