Skip to content

Commit 21ebe32

Browse files
committed
v9.0.0
1 parent b60b79d commit 21ebe32

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## [9.0.0] - 2026-03-01
4+
5+
⚠️ This major release contains new icons that may affect your setup. A machine-readable version of this changelog can be found in the [`changelog.json`](/metadata/changelog.json) file.
6+
7+
### Added icons
8+
9+
Add sugar-related icons:
10+
11+
- <img src="https://pinhead.ink/v9/sugar_cubes.svg" width="15px"/> Add `sugar_cubes`
12+
- <img src="https://pinhead.ink/v9/sugarcane_stalk_with_leaves.svg" width="15px"/> Add `sugarcane_stalk_with_leaves`
13+
- <img src="https://pinhead.ink/v9/sugarcane_stalk_with_top_leaves.svg" width="15px"/> Add `sugarcane_stalk_with_top_leaves`
14+
- <img src="https://pinhead.ink/v9/sugarcane_stalks_with_top_leaves.svg" width="15px"/> Add `sugarcane_stalks_with_top_leaves`
15+
- <img src="https://pinhead.ink/v9/syrup_jug_with_sugarcane_stalk_with_leaves.svg" width="15px"/> Add `syrup_jug_with_sugarcane_stalk_with_leaves`
16+
- <img src="https://pinhead.ink/v9/syrup_jug_with_sugarcane_stalk_with_leaves_and_droplet.svg" width="15px"/> Add `syrup_jug_with_sugarcane_stalk_with_leaves_and_droplet`
17+
18+
Add icons in the pixel style:
19+
20+
- <img src="https://pinhead.ink/v9/pixel_conifer_tree.svg" width="15px"/> Add `pixel_conifer_tree`
21+
- <img src="https://pinhead.ink/v9/pixel_broadleaved_tree.svg" width="15px"/> Add `pixel_broadleaved_tree`
22+
- <img src="https://pinhead.ink/v9/pixel_apple.svg" width="15px"/> Add `pixel_apple`
23+
- <img src="https://pinhead.ink/v9/pixel_megalith.svg" width="15px"/> Add `pixel_megalith`
24+
- <img src="https://pinhead.ink/v9/pixel_star.svg" width="15px"/> Add `pixel_star`
25+
- <img src="https://pinhead.ink/v9/pixel_circle.svg" width="15px"/> Add `pixel_circle`
26+
- <img src="https://pinhead.ink/v9/pixel_circle_outline.svg" width="15px"/> Add `pixel_circle_outline`
27+
- <img src="https://pinhead.ink/v9/pixel_circle_with_star.svg" width="15px"/> Add `pixel_circle_with_star`
28+
- <img src="https://pinhead.ink/v9/pixel_house_with_chimney.svg" width="15px"/> Add `pixel_house_with_chimney`
29+
- <img src="https://pinhead.ink/v9/pixel_house_with_flag.svg" width="15px"/> Add `pixel_house_with_flag`
30+
- <img src="https://pinhead.ink/v9/pixel_classical_building.svg" width="15px"/> Add `pixel_classical_building`
31+
- <img src="https://pinhead.ink/v9/pixel_classical_building_with_flag.svg" width="15px"/> Add `pixel_classical_building_with_flag`
32+
- <img src="https://pinhead.ink/v9/pixel_classical_building_with_dome_and_flag.svg" width="15px"/> Add `pixel_classical_building_with_dome_and_flag`
33+
- <img src="https://pinhead.ink/v9/pixel_dome_with_flag.svg" width="15px"/> Add `pixel_dome_with_flag`
34+
- <img src="https://pinhead.ink/v9/pixel_plane.svg" width="15px"/> Add `pixel_plane`
35+
336
## [8.0.0] - 2026-02-28
437

538
⚠️ This major release contains new icons that may affect your setup. A machine-readable version of this changelog can be found in the [`changelog.json`](/metadata/changelog.json) file.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waysidemapping/pinhead",
3-
"version": "9.0.0-dev",
3+
"version": "9.0.0",
44
"type": "module",
55
"description": "Quality public domain icons for your map pins",
66
"license": "CC0-1.0",

0 commit comments

Comments
 (0)