Skip to content

Commit

Permalink
Prepare for v0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mooeypoo committed May 6, 2021
1 parent 0567ecb commit b08c98a
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 @@ -5,6 +5,8 @@ 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).

## [Unreleased]

## [0.9.9] - 2021-05-06
### Deprecated
- Deprecate using `baseUrl` and `useBothWays` as individual parameters in `DomWordReplacer.replace()` method. Use `options` object instead.

Expand Down Expand Up @@ -70,7 +72,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial test release

[Unreleased]: https://github.com/mooeypoo/dom-word-replacer/compare/0.9.8...HEAD
[Unreleased]: https://github.com/mooeypoo/dom-word-replacer/compare/0.9.9...HEAD
[0.9.9]: https://github.com/mooeypoo/dom-word-replacer/compare/0.9.8...0.9.9
[0.9.8]: https://github.com/mooeypoo/dom-word-replacer/compare/0.9.7...0.9.8
[0.9.7]: https://github.com/mooeypoo/dom-word-replacer/compare/0.9.6...0.9.7
[0.9.6]: https://github.com/mooeypoo/dom-word-replacer/compare/0.9.5...0.9.6
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": "@mooeypoo/dom-word-replacer",
"version": "0.9.8",
"version": "0.9.9",
"author": "Moriel Schottlender",
"license": "MIT",
"description": "A javascript library that allows replacing words in DOM documents.",
Expand Down

0 comments on commit b08c98a

Please sign in to comment.