Skip to content

Commit 24cc280

Browse files
committed
bump: ✈️ v1.0.1 → v1.0.2
1 parent df00a6f commit 24cc280

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.commitizen]
22
name = "cz_conventional_commits"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
tag_format = "v$major.$minor.$patch"
55
annotated_tag = true
66
update_changelog_on_bump = false

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented here.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project attempts to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v1.0.2](https://github.com/engineervix/docker-python-latex/compare/v1.0.1...v1.0.2) (2024-07-01)
8+
9+
10+
### ⚙️ Build System
11+
12+
* bump commitizen to 3.27.0 ([0e65b8f](https://github.com/engineervix/docker-python-latex/commit/0e65b8f03ff39674ba2a6898cc7deef5214c3d2b))
13+
* bump node version from 18 to 22 ([3390198](https://github.com/engineervix/docker-python-latex/commit/3390198167b571deeb1a71b9e38080a7297b5c88))
14+
15+
16+
### 🐛 Bug Fixes
17+
18+
* use actions/setup-python in the ci release job ([df00a6f](https://github.com/engineervix/docker-python-latex/commit/df00a6f8103e28309c1991b2176dfbce416cc1b9))
19+
720
## [v1.0.1](https://github.com/engineervix/docker-python-latex/compare/v1.0.0...v1.0.1) (2024-07-01)
821

922

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "python-tex",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A Docker image to ease building Python applications that depend on LaTeX.",
55
"author": "Victor Miti <https://github.com/engineervix>",
66
"license": "MIT",

0 commit comments

Comments
 (0)