From 8a7045d4d35c087d8d46913a82cabe23fe1fef50 Mon Sep 17 00:00:00 2001 From: microshine Date: Tue, 3 Oct 2023 15:38:16 +0000 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/repair/CHANGELOG.md | 8 ++++++++ packages/repair/package.json | 4 ++-- 4 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 packages/repair/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index ba32ada..4a590e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index e21817a..1d2b239 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "1.13.12", + "version": "1.13.13", "command": { "publish": { "registry": "https://npm.pkg.github.com/" diff --git a/packages/repair/CHANGELOG.md b/packages/repair/CHANGELOG.md new file mode 100644 index 0000000..c090388 --- /dev/null +++ b/packages/repair/CHANGELOG.md @@ -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 diff --git a/packages/repair/package.json b/packages/repair/package.json index 43ce758..6ed4147 100644 --- a/packages/repair/package.json +++ b/packages/repair/package.json @@ -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 ", @@ -35,4 +35,4 @@ "@peculiarventures/pdf-doc": "^1.13.12", "tslib": "^2.6.2" } -} \ No newline at end of file +}