Skip to content

Commit

Permalink
chore: release 1.3.2 (#28)
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 24, 2023
1 parent c8965ce commit c42565a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

### [1.3.2](https://www.github.com/artiebits/unix-print/compare/v1.3.1...v1.3.2) (2023-11-24)


### Bug Fixes

* parsing for non-english systems, part 2 ([#26](https://www.github.com/artiebits/unix-print/issues/26)) ([c8965ce](https://www.github.com/artiebits/unix-print/commit/c8965ce4c524ce5d74872c726e87a0c0577ab878))

### [1.3.1](https://www.github.com/artiebits/unix-print/compare/v1.3.0...v1.3.1) (2023-11-07)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "unix-print",
"version": "1.3.1",
"version": "1.3.2",
"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 c42565a

Please sign in to comment.