Skip to content

Commit 3b9733f

Browse files
committed
2.6.1
1 parent f664edf commit 3b9733f

File tree

15 files changed

+23
-15
lines changed

15 files changed

+23
-15
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ This changelog also contains important changes in dependencies.
99

1010
## [Unreleased]
1111

12+
## [2.6.1] - 2024-03-25
13+
14+
### Added
15+
16+
- chore(deps): update yarn to v3.8.1
17+
- chore(deps): update actions/cache action to v4
18+
1219
## [2.6.1-beta.0] - 2024-03-11
1320

1421
This version solves the problem of missing DLLs caused by not installing [Visual C++ Redistributable](https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170) on Windows.
@@ -627,7 +634,8 @@ The first official version, use [resvg 0.18.0](https://github.com/RazrFalcon/res
627634
- Support custom fonts and system fonts.
628635
- Supports setting the background color of PNG.
629636

630-
[unreleased]: https://github.com/yisibl/resvg-js/compare/v2.6.1-beta.0...HEAD
637+
[unreleased]: https://github.com/yisibl/resvg-js/compare/v2.6.1...HEAD
638+
[2.6.0]: https://github.com/yisibl/resvg-js/compare/v2.6.0...v2.6.1
631639
[2.6.1-beta.0]: https://github.com/yisibl/resvg-js/compare/v2.6.0...v2.6.1-beta.0
632640
[2.6.0]: https://github.com/yisibl/resvg-js/compare/v2.5.0...v2.6.0
633641
[2.5.0]: https://github.com/yisibl/resvg-js/compare/v2.4.1...v2.5.0

npm/android-arm-eabi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@resvg/resvg-js-android-arm-eabi",
3-
"version": "2.6.1-beta.0",
3+
"version": "2.6.1",
44
"os": [
55
"android"
66
],

npm/android-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@resvg/resvg-js-android-arm64",
3-
"version": "2.6.1-beta.0",
3+
"version": "2.6.1",
44
"os": [
55
"android"
66
],

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@resvg/resvg-js-darwin-arm64",
3-
"version": "2.6.1-beta.0",
3+
"version": "2.6.1",
44
"os": [
55
"darwin"
66
],

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@resvg/resvg-js-darwin-x64",
3-
"version": "2.6.1-beta.0",
3+
"version": "2.6.1",
44
"os": [
55
"darwin"
66
],

npm/linux-arm-gnueabihf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@resvg/resvg-js-linux-arm-gnueabihf",
3-
"version": "2.6.1-beta.0",
3+
"version": "2.6.1",
44
"os": [
55
"linux"
66
],

npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@resvg/resvg-js-linux-arm64-gnu",
3-
"version": "2.6.1-beta.0",
3+
"version": "2.6.1",
44
"os": [
55
"linux"
66
],

npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@resvg/resvg-js-linux-arm64-musl",
3-
"version": "2.6.1-beta.0",
3+
"version": "2.6.1",
44
"os": [
55
"linux"
66
],

npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@resvg/resvg-js-linux-x64-gnu",
3-
"version": "2.6.1-beta.0",
3+
"version": "2.6.1",
44
"os": [
55
"linux"
66
],

npm/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@resvg/resvg-js-linux-x64-musl",
3-
"version": "2.6.1-beta.0",
3+
"version": "2.6.1",
44
"os": [
55
"linux"
66
],

0 commit comments

Comments
 (0)