Skip to content

Commit 7432083

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.0.1
1 parent 13290a7 commit 7432083

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 0.0.1 (2024-06-21)
2+
3+
4+
### Bug Fixes
5+
6+
* Removed changelog incorrect contents ([#2](https://github.com/webaps/gedcom/issues/2)) ([04feec3](https://github.com/webaps/gedcom/commit/04feec3f3a075fc6aca7bd37b07ef061b5685df0))
7+
* This should fix branch permissions for GHA ([#3](https://github.com/webaps/gedcom/issues/3)) ([33b7857](https://github.com/webaps/gedcom/commit/33b7857c5b023c8fe646f43ae03e99ffc997059e))
8+
* This should fix branch permissions for GHA ([#4](https://github.com/webaps/gedcom/issues/4)) ([13290a7](https://github.com/webaps/gedcom/commit/13290a752185200b373aa582ecd8080ee0074c14))
9+
10+
11+

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.0.0",
4+
"version": "0.0.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)