Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Oct 3, 2023
1 parent f1b64a1 commit 8a7045d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.13.13](https://github.com/PeculiarVentures/pdf/compare/v1.13.12...v1.13.13) (2023-10-03)

**Note:** Version bump only for package pdf





## [1.13.12](https://github.com/PeculiarVentures/pdf/compare/v1.13.11...v1.13.12) (2023-09-14)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "1.13.12",
"version": "1.13.13",
"command": {
"publish": {
"registry": "https://npm.pkg.github.com/"
Expand Down
8 changes: 8 additions & 0 deletions packages/repair/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.13.13](https://github.com/PeculiarVentures/pdf/compare/v1.13.12...v1.13.13) (2023-10-03)

**Note:** Version bump only for package @peculiarventures/pdf-repair
4 changes: 2 additions & 2 deletions packages/repair/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peculiarventures/pdf-repair",
"version": "1.13.12",
"version": "1.13.13",
"description": "A comprehensive PDF repair module for Node.js, providing automated diagnosis and correction of PDF documents.",
"keywords": [],
"author": "microshine <[email protected]>",
Expand Down Expand Up @@ -35,4 +35,4 @@
"@peculiarventures/pdf-doc": "^1.13.12",
"tslib": "^2.6.2"
}
}
}

0 comments on commit 8a7045d

Please sign in to comment.