diff --git a/.gitattributes b/.gitattributes index 4b88dc4..6b00aa2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13,8 +13,6 @@ node_modules export-ignore # Files to exclude from the mirror repo /build/svg-clean/** production-exclude /changelog/** production-exclude -/.eslintignore production-exclude -/.eslintrc.cjs production-exclude /jest.config.cjs production-exclude **/stories/** production-exclude /src/** production-exclude diff --git a/CHANGELOG.md b/CHANGELOG.md index 51e2b9b..ac50e62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [3.1.15-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + ## [3.1.14] - 2024-12-09 ### Changed - Internal updates. @@ -180,6 +184,7 @@ - Build: Refactored (aligned build system with Gridicons). +[3.1.15-alpha]: https://github.com/Automattic/social-logos/compare/v3.1.14...v3.1.15-alpha [3.1.14]: https://github.com/Automattic/social-logos/compare/v3.1.13...v3.1.14 [3.1.13]: https://github.com/Automattic/social-logos/compare/v3.1.12...v3.1.13 [3.1.12]: https://github.com/Automattic/social-logos/compare/v3.1.11...v3.1.12 diff --git a/package.json b/package.json index 3b8b4d2..3cf5eb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "social-logos", - "version": "3.1.14", + "version": "3.1.15-alpha", "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": {