Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @himenon/message-command-parser@1.1.0
  • Loading branch information
gh-actions committed Jun 6, 2022
1 parent f608008 commit 6192dd4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.1.0"></a>

# 1.1.0 (2022-06-06)

### Features

- add source code ([#1](https://github.com/Himenon/message-command-parser /issues/1)) ([f608008](https://github.com/Himenon/message-command-parser /commit/f608008))
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "@himenon/message-command-parser",
"version": "1.0.0",
"version": "1.1.0",
"description": "Parse space- and colon-separated messages into parameters",
"type": "module",
"keywords": [
"message parser",
"command parser",
Expand All @@ -23,6 +22,7 @@
"url": "https://github.com/Himenon"
},
"sideEffects": false,
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
Expand Down

0 comments on commit 6192dd4

Please sign in to comment.