Skip to content

Commit 3d80130

Browse files
release: v3.4.22
1 parent 6a09453 commit 3d80130

File tree

5 files changed

+26
-5
lines changed

5 files changed

+26
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.4.21"
2+
".": "3.4.22"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [3.4.22](https://github.com/4m-mazi/gh-test/compare/v3.4.21...v3.4.22) (2024-06-24)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* commitBodyTable ([1e9ead4](https://github.com/4m-mazi/gh-test/commit/1e9ead40c9dcaf04989fde76e54e16745b0ef8a2))
9+
* **config:** migrate renovate config ([#743](https://github.com/4m-mazi/gh-test/issues/743)) ([0d7e31a](https://github.com/4m-mazi/gh-test/commit/0d7e31af54805f8bd1803e869def57043ee5482a))
10+
* **config:** migrate renovate config ([#755](https://github.com/4m-mazi/gh-test/issues/755)) ([d3b7759](https://github.com/4m-mazi/gh-test/commit/d3b7759ffd34fa54b56fdb1b375a497c2a35e18d))
11+
* **deps:** lock file maintenance ([#799](https://github.com/4m-mazi/gh-test/issues/799)) ([898d0c4](https://github.com/4m-mazi/gh-test/commit/898d0c47489eba95ede6bc8aa8a2f361962d0096))
12+
* **deps:** pin dependency @types/node from ^20.14.1 to 20.14.2 ([#784](https://github.com/4m-mazi/gh-test/issues/784)) ([1b92275](https://github.com/4m-mazi/gh-test/commit/1b92275028e8dcc405d456309423543301d0b888))
13+
* **deps:** update dependency @types/node from 20.14.2 to v20.14.8 ([#806](https://github.com/4m-mazi/gh-test/issues/806)) ([6a09453](https://github.com/4m-mazi/gh-test/commit/6a09453669942fd910e44493b2d3c2acb64fa3ae))
14+
* **deps:** update docker/dockerfile docker tag to v1.8.0 ([#797](https://github.com/4m-mazi/gh-test/issues/797)) ([bcade85](https://github.com/4m-mazi/gh-test/commit/bcade85f76b6724824bffbb12f9202d848b409d4))
15+
* **deps:** update docker/dockerfile docker tag to v1.8.1 ([#808](https://github.com/4m-mazi/gh-test/issues/808)) ([60b8e2b](https://github.com/4m-mazi/gh-test/commit/60b8e2b4d4710002314d8ea7183b51f151c13f48))
16+
* disable platformAutomerge ([afd6eb2](https://github.com/4m-mazi/gh-test/commit/afd6eb26acbce8f269b9c2adac1f970c67168456))
17+
* enable platformAutomerge ([22945d0](https://github.com/4m-mazi/gh-test/commit/22945d02a438bcad100095411af0e045c9df5307))
18+
* remove changelogs and configDescription ([17d34b8](https://github.com/4m-mazi/gh-test/commit/17d34b8828081247a7cb9a5f6e5fcddb42307c94))
19+
* renovate ([354c35c](https://github.com/4m-mazi/gh-test/commit/354c35ccec67cd7ad0b32261a408a2cc9466f349))
20+
* update renovate config ([7a706e3](https://github.com/4m-mazi/gh-test/commit/7a706e3503b9d0721719c30152c73d81cc6fb85e))
21+
* Update renovate.yml ([34ef36f](https://github.com/4m-mazi/gh-test/commit/34ef36feb145064a76e4e9e3f7bbef1135570156))
22+
* Update test ([4a5b4d1](https://github.com/4m-mazi/gh-test/commit/4a5b4d132a635937d41c19b592488301659860aa))
23+
324
## [3.4.21](https://github.com/4m-mazi/gh-test/compare/v3.4.20...v3.4.21) (2024-05-12)
425

526

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-ci-test"
3-
version = "3.4.21"
3+
version = "3.4.22"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- x-release-please-start-version -->
44

5-
version: 3.4.21 foo
6-
https://example.com/3.4.21/bar
5+
version: 3.4.22 foo
6+
https://example.com/3.4.22/bar
77

88
<!-- x-release-please-end -->

0 commit comments

Comments
 (0)