Skip to content

Commit

Permalink
chore: release 1.1.0 (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Nov 19, 2021
1 parent f4dcc9c commit d1a652a
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
@@ -0,0 +1,13 @@
# Changelog

## [1.1.0](https://www.github.com/artiebits/unix-print/compare/v1.0.1...v1.1.0) (2021-11-19)


### Features

* add GitHub action to automate npm releases ([e3d1b36](https://www.github.com/artiebits/unix-print/commit/e3d1b367e11be0a214855d1f5289e842ae428609))


### Bug Fixes

* **build:** proper refer types and output as dir ([#3](https://www.github.com/artiebits/unix-print/issues/3)) ([ab62957](https://www.github.com/artiebits/unix-print/commit/ab6295783db8bc31122f5fa923a1a4b14b012000))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unix-print",
"version": "1.0.1",
"version": "1.1.0",
"description": "Utility for Unix-like operating systems to print PDF files from Node.js and Electron",
"license": "MIT",
"main": "build/index.js",
Expand Down

0 comments on commit d1a652a

Please sign in to comment.