Skip to content

Commit f68166c

Browse files
chore(release): 2.2.0 [skip ci]
## [2.2.0](v2.1.0...v2.2.0) (2024-04-16) ### Features * implemented simple dates ([5323186](5323186)), closes [#12](#12)
1 parent 5323186 commit f68166c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.2.0](https://github.com/goldenpathtechnologies/hledger-parser/compare/v2.1.0...v2.2.0) (2024-04-16)
2+
3+
4+
### Features
5+
6+
* implemented simple dates ([5323186](https://github.com/goldenpathtechnologies/hledger-parser/commit/5323186201278079c29d0cceafe7496c1a11719e)), closes [#12](https://github.com/goldenpathtechnologies/hledger-parser/issues/12)
7+
18
## [2.1.0](https://github.com/goldenpathtechnologies/hledger-parser/compare/v2.0.1...v2.1.0) (2024-03-22)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hledger-parser",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "A parser for hledger journal files based on Chevrotain",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",

0 commit comments

Comments
 (0)