Skip to content

Commit

Permalink
Prepare for release of 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Sep 15, 2021
1 parent e03ccec commit 61a3934
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
@@ -1,5 +1,16 @@
# Release Notes

## v0.2.0 - 2021-09-15
Some fixes regarding usage in React. Better error handling

- Fixed:
* Remove usage of &&= in expressions
* Restrict usage of fs to tests only, so not used at runtime
* Move errors from strings to an object

- Added:
* Return stacktraces

## v0.1.1 - 2021-09-09
This is the second Beta release of the Presentation Exchange typescript library. Please note that the interfaces might still slightly change as the software still is in active development.

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": "@sphereon/pe-js",
"version": "0.1.2",
"version": "0.2.0",
"description": "A Typescript implementation of the DIF Presentation Exchange specification.",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down

0 comments on commit 61a3934

Please sign in to comment.