From 7d47b58d8ece6b13722514cca8a08cfb67cf0a4d Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Tue, 10 Sep 2024 20:18:15 +0000 Subject: [PATCH] "Release: 1.12.1 [azurepipelines skip]" --- CHANGELOG.md | 2 ++ package.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 319391c..76a7075 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.12.1](https://github.com/surveyjs/survey-pdf/compare/v1.11.14...v1.12.1) (2024-09-10) + ### [1.11.14](https://github.com/surveyjs/survey-pdf/compare/v1.11.13...v1.11.14) (2024-09-04) ### [1.11.13](https://github.com/surveyjs/survey-pdf/compare/v1.11.12...v1.11.13) (2024-08-27) diff --git a/package.json b/package.json index 69b17b6..f737ce0 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "type": "git", "url": "https://github.com/surveyjs/survey-pdf.git" }, - "version": "1.11.14", + "version": "1.12.1", "name": "survey-pdf", "license": "SEE LICENSE IN LICENSE", "dependencies": { @@ -56,4 +56,4 @@ "pre-push": "npm run pre-push-check" } } -} \ No newline at end of file +}