We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 815941f commit baa968fCopy full SHA for baa968f
CHANGELOG.md
@@ -3,6 +3,23 @@
3
All notable changes to this project will be documented in this file.
4
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6
+<a name="2.0.0"></a>
7
+# 2.0.0 (2024-02-04)
8
+
9
10
+### Chores
11
12
+* bump ([#7](https://github.com/Himenon/message-command-parser/issues/7)) ([815941f](https://github.com/Himenon/message-command-parser/commit/815941f))
13
14
15
+### BREAKING CHANGES
16
17
+* use esmodule
18
19
20
21
22
23
<a name="1.1.4"></a>
24
## 1.1.4 (2024-02-04)
25
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@himenon/message-command-parser",
- "version": "1.1.4",
+ "version": "2.0.0",
"description": "Parse space- and colon-separated messages into parameters",
"keywords": [
"message parser",
0 commit comments