Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pocka committed Oct 30, 2022
1 parent a3e324a commit 64a7f5b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.2] - 2022-10-31

### Fixed

- Parse bold formatting properly with various punctuation suffixes (PR: [#35](https://github.com/pocka/slack-message-parser/pull/35)).

## [2.0.1] - 2022-03-13

### Fixed
Expand Down Expand Up @@ -55,3 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Treat comma and dot as separator (Issue: [#4](https://github.com/pocka/slack-message-parser/issues/4), PR: [#5](https://github.com/pocka/slack-message-parser/pull/5)).


[Unreleased]: https://github.com/pocka/slack-message-parser/compare/v2.0.2...HEAD
[2.0.2]: https://github.com/pocka/slack-message-parser/compare/v2.0.1...v2.0.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slack-message-parser",
"version": "2.0.1",
"version": "2.0.2",
"description": "Parser for Slack message",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 64a7f5b

Please sign in to comment.