Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.6.9...v2.0.0) (2019-09-27)

### Features

* add seccomp profile ([9c3e3d5](9c3e3d5))

### BREAKING CHANGES

* to improve safety bundle seccomp profile,
upgrade to chromium 77 and remove --no-sandbox
  • Loading branch information
semantic-release-bot committed Sep 27, 2019
1 parent 6e44747 commit 424f240
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.0.0](https://github.com/microfleet/html-to-pdf/compare/v1.6.9...v2.0.0) (2019-09-27)


### Features

* add seccomp profile ([9c3e3d5](https://github.com/microfleet/html-to-pdf/commit/9c3e3d5))


### BREAKING CHANGES

* to improve safety bundle seccomp profile,
upgrade to chromium 77 and remove --no-sandbox

## [1.6.9](https://github.com/microfleet/html-to-pdf/compare/v1.6.8...v1.6.9) (2019-09-19)


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": "@microfleet/html-to-pdf",
"version": "1.6.9",
"version": "2.0.0",
"description": "Generates PDF files based on the HTML inputs and arbitrary data. Can be handy to create statements. Features integration with @microfleet/files for distributed storage and access control to such files",
"main": "./lib/index.js",
"repository": "https://github.com/microfleet/html-to-pdf.git",
Expand Down

0 comments on commit 424f240

Please sign in to comment.