Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pocka committed Aug 28, 2019
1 parent 9c5e41b commit 1b1e26c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

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).

## [Unreleased]

## [1.0.5] - 2019-08-29

### Fixed

- Add missing delimiters (Issue: [#7](https://github.com/pocka/slack-message-parser/issues/7), PR: [#15](https://github.com/pocka/slack-message-parser/pull/15)).
- Treat spaces as part of URLs (Issue: [#13](https://github.com/pocka/slack-message-parser/issues/13), PR: [#14](https://github.com/pocka/slack-message-parser/pull/14)).

## [1.0.4] - 2019-06-03

### Fixed

- Fix emoji sequence parsing (Issue: [#6](https://github.com/pocka/slack-message-parser/issues/6), PR: [#8](https://github.com/pocka/slack-message-parser/pull/8)).

## [1.0.3] - 2019-04-20

### 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)).
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": "1.0.4",
"version": "1.0.5",
"description": "Parser for Slack message",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 1b1e26c

Please sign in to comment.