diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a6c0be8..21009eb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Nothing yet! +## [2.0.16] - 2023-02-17 + +- Nothing yet! + ## [2.0.15] - 2023-02-08 ### Fixed @@ -206,7 +210,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Everything! -[unreleased]: https://github.com/tailwindlabs/heroicons/compare/v2.0.15...HEAD +[unreleased]: https://github.com/tailwindlabs/heroicons/compare/v2.0.16...HEAD +[2.0.16]: https://github.com/tailwindlabs/heroicons/compare/v2.0.15...v2.0.16 [2.0.15]: https://github.com/tailwindlabs/heroicons/compare/v2.0.14...v2.0.15 [2.0.14]: https://github.com/tailwindlabs/heroicons/compare/v2.0.13...v2.0.14 [2.0.13]: https://github.com/tailwindlabs/heroicons/compare/v2.0.12...v2.0.13 diff --git a/package.json b/package.json index 594613e3..5f58dd78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "heroicons", - "version": "2.0.15", + "version": "2.0.16", "license": "MIT", "files": [ "20/", diff --git a/react/package.json b/react/package.json index ee49f8af..fbe637fa 100644 --- a/react/package.json +++ b/react/package.json @@ -1,7 +1,7 @@ { "name": "@heroicons/react", "license": "MIT", - "version": "2.0.15", + "version": "2.0.16", "description": "", "keywords": [], "homepage": "https://github.com/tailwindlabs/heroicons#readme", diff --git a/vue/package.json b/vue/package.json index b910e456..96c56873 100644 --- a/vue/package.json +++ b/vue/package.json @@ -1,7 +1,7 @@ { "name": "@heroicons/vue", "license": "MIT", - "version": "2.0.15", + "version": "2.0.16", "description": "", "keywords": [], "homepage": "https://github.com/tailwindlabs/heroicons#readme",