Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci] # 1.0.0 (2024-02-21)
Browse files Browse the repository at this point in the history
### Bug Fixes

* add jests to tsconfig ([d90f1ec](d90f1ec))
* add types node to tsconfig.json ([9fb9a64](9fb9a64))
* re-add index file, rename package due to existing xml-transformer package ([9d67cdc](9d67cdc))

### Features

* initial commit ([1598834](1598834))
  • Loading branch information
semantic-release-bot committed Feb 21, 2024
1 parent f8873e8 commit 8d153fc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 1.0.0 (2024-02-21)

### Bug Fixes

- add jests to tsconfig ([d90f1ec](https://github.com/mcarvin8/xml-disassembler/commit/d90f1ecbabb73901efc21bf9e1fdc3a1fd442375))
- add types node to tsconfig.json ([9fb9a64](https://github.com/mcarvin8/xml-disassembler/commit/9fb9a643dba86bb2f884c781314065b5b9f0054a))
- re-add index file, rename package due to existing xml-transformer package ([9d67cdc](https://github.com/mcarvin8/xml-disassembler/commit/9d67cdca3fbfbbf9bbe065cc15300f6d7e58a577))

### Features

- initial commit ([1598834](https://github.com/mcarvin8/xml-disassembler/commit/1598834b5734c395c27d8907bc7ca38096e3724b))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xml-disassembler",
"version": "0.0.1",
"version": "1.0.0",
"description": "A package to disassemble XML files into smaller, more manageable files and reassemble them when needed.",
"author": "Matt Carvin",
"license": "ISC",
Expand Down

0 comments on commit 8d153fc

Please sign in to comment.