Skip to content

Commit

Permalink
📝 Notes here and there
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuch committed Oct 5, 2023
1 parent 1db93bf commit 77b646f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## [3.0.0]

* Deprecating `node-signpdf` to be replaced by the `@signpdf` scoped packages;
* Split the helpers into separate packages `@signpdf/placeholder-pdfkit010` and `@signpdf/placeholder-plain`;
* placeholder helpers now require `contactInfo`, `location` and `name` which used to be optional;
* Introduced more types declarations through TS and JSDoc;
* Introduced examples in `packages/examples`;

## [2.0.0]

* Only publish dist files into npm (see https://bit.ly/46rykd7 on why this requires a major version);
Expand Down
4 changes: 2 additions & 2 deletions RELEASE-CHECKLIST.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RELEASE CHECKLIST

[ ] yarn build
[ ] ./node_modules/.bin/lerna run build
[ ] Update CHANGELOG
[ ] Update version in package.json
[ ] ./node_modules/.bin/lerna publish

0 comments on commit 77b646f

Please sign in to comment.