Skip to content

Commit

Permalink
Merge branch 'release/2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
draconisNoctis committed Jan 22, 2024
2 parents da54745 + b19704b commit 8714052
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/.idea/
/.vscode/
/node_modules/

/src/
Expand All @@ -8,5 +9,9 @@
/.gitignore
/.travis.yml
/tsconfig.json
/tsconfig.es6.json
/tsconfig.esm.json
/jest.config.js
/yarn.lock
/bun.lockb
/.prettierrc
/.nvmrc
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ console.log(builder.build());

## 2.0 Rewrite

[x] Rewrite APIs
[x] Refactor
[x] Fix 202 byte line length issue
[x] Add support for GDR records
[x] Less strict validations, so `RGD – POA - KOP - POA – POA – KOP – POA – POA - END` could be generated now
- Rewrite APIs
- Refactor
- Fix 202 byte line length issue
- Add support for GDR records
- Less strict validations, so `RGD – POA - KOP - POA – POA – KOP – POA – POA - END` could be generated now

## Testing

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neoskop/ugl",
"version": "2.0.0",
"version": "2.0.1",
"description": "A library to create UGL files",
"main": "lib/cjs/index.js",
"jsnext:main": "lib/esm/index.js",
Expand Down

0 comments on commit 8714052

Please sign in to comment.