diff --git a/.changeset/light-baboons-exercise.md b/.changeset/light-baboons-exercise.md deleted file mode 100644 index e53e63b13..000000000 --- a/.changeset/light-baboons-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/octicons': minor ---- - -Add multiple missing icons diff --git a/CHANGELOG.md b/CHANGELOG.md index e53d6bffe..5057b7c1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 19.10.0 + +### Minor Changes + +- [#983](https://github.com/primer/octicons/pull/983) [`30be326a`](https://github.com/primer/octicons/commit/30be326ae23b108fd31decfd7823171150421bc4) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Add multiple missing icons + ## 19.9.0 ### Minor Changes diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json index 1b46d281b..a1a1b7d1e 100644 --- a/lib/octicons_node/package.json +++ b/lib/octicons_node/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons", - "version": "19.9.0", + "version": "19.10.0", "description": "A scalable set of icons handcrafted with <3 by GitHub.", "homepage": "https://primer.style/octicons", "author": "GitHub Inc.", diff --git a/lib/octicons_react/package.json b/lib/octicons_react/package.json index b1d619617..9e4ae043e 100644 --- a/lib/octicons_react/package.json +++ b/lib/octicons_react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons-react", - "version": "19.9.0", + "version": "19.10.0", "description": "A scalable set of icons handcrafted with <3 by GitHub.", "homepage": "https://primer.style/octicons", "author": "GitHub, Inc.", diff --git a/package.json b/package.json index a262f1e22..ed8b975e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/octicons", - "version": "19.9.0", + "version": "19.10.0", "publishConfig": { "registry": "no registry, don't publish from this package.json." },