diff --git a/CHANGELOG.md b/CHANGELOG.md index d998eb4..7b5bb36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,6 @@ -## [3.1.10-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [3.1.10] - 2024-10-25 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39893] ## [3.1.9] - 2024-10-14 ### Fixed @@ -164,7 +161,7 @@ This is an alpha version! The changes listed here are not final. - Build: Refactored (aligned build system with Gridicons). -[3.1.10-alpha]: https://github.com/Automattic/social-logos/compare/v3.1.9...v3.1.10-alpha +[3.1.10]: https://github.com/Automattic/social-logos/compare/v3.1.9...v3.1.10 [3.1.9]: https://github.com/Automattic/social-logos/compare/v3.1.8...v3.1.9 [3.1.8]: https://github.com/Automattic/social-logos/compare/v3.1.7...v3.1.8 [3.1.7]: https://github.com/Automattic/social-logos/compare/v3.1.6...v3.1.7 diff --git a/composer.json b/composer.json index 4dfae92..dd589fc 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": {}, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.7-alpha" + "automattic/jetpack-changelogger": "^4.2.7" }, "scripts": { "build-development": "./tools/build", diff --git a/package.json b/package.json index 63c3985..a820cab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "social-logos", - "version": "3.1.10-alpha", + "version": "3.1.10", "description": "A repository of all the social logos used on WordPress.com.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/social-logos/", "bugs": {