Skip to content

Commit dba10bd

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.1.1
1 parent 3ac061f commit dba10bd

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.1.1](https://github.com/webaps/gedcom/compare/v0.1.0...v0.1.1) (2024-06-22)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed file type ([#6](https://github.com/webaps/gedcom/issues/6)) ([3ac061f](https://github.com/webaps/gedcom/commit/3ac061f5a2cfb4a37548edf39a0a355caedc7e13))
7+
8+
9+
110
# [0.1.0](https://github.com/webaps/gedcom/compare/v0.0.1...v0.1.0) (2024-06-22)
211

312

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@webaps/gedcom",
33
"type": "commonjs",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"description": "A gedcom parser for node.js",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)