diff --git a/CHANGELOG.md b/CHANGELOG.md index a796889..5f729ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [3.1.12] - 2024-11-14 +### Changed +- Update dependencies. + ## [3.1.11] - 2024-11-11 ### Added - Added post-build tests. [#38224] @@ -168,6 +172,7 @@ - Build: Refactored (aligned build system with Gridicons). +[3.1.12]: https://github.com/Automattic/social-logos/compare/v3.1.11...v3.1.12 [3.1.11]: https://github.com/Automattic/social-logos/compare/v3.1.10...v3.1.11 [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 diff --git a/composer.json b/composer.json index 95d51e7..d34a786 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": {}, "require-dev": { - "automattic/jetpack-changelogger": "^5.0.0-alpha" + "automattic/jetpack-changelogger": "^5.0.0" }, "scripts": { "build-development": "./tools/build", diff --git a/package.json b/package.json index e1fe76b..a0d3af8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "social-logos", - "version": "3.1.11", + "version": "3.1.12", "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": {