Skip to content

Commit 6d03d15

Browse files
authored
fix: wrong branch release and changelog (#3)
fix: wrong branch release and changelog 0.1.1
1 parent 0f547cb commit 6d03d15

2 files changed

Lines changed: 29 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,36 @@
33
All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
and this project adheres to
7+
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
78

89
## [Unreleased]
910

1011
### Added
1112

12-
- Initial pre-release of the Glyph for vscode icon pack
13+
- New **Glyph (Legacy)** icon theme contribution (all icons from the original
14+
Spectrum Icon extension)
15+
- New **Glyph** icon theme contribution (the full set of icons available, a
16+
kitchen sink of sorts)
17+
- Color settings available for fine-tuning the icon colors (with some presets)
18+
19+
### Changed
20+
21+
- Update icons to use a `.woff` icon font rather than `.svg` files to make it
22+
easier to create new icon theme contributions with more customization
23+
24+
## [0.1.1] - 2024-03-15
25+
26+
### Fixed
27+
28+
- Incorrect branch for the initial release (#3)
29+
- Missing updated content in `CHANGELOG.md` for the 0.1.0 release (#3)
30+
31+
## [0.1.0] - 2024-03-15
32+
33+
### Added
34+
35+
- New **Glyph (Minimal)** icon theme contribution (just the most essential icons
36+
to ensure everything is working as expected) (#2)
37+
- All icons made available for the file icon theme
38+
- Initial contribution-forward setup for the repository (#1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"publisher": "lewxdev",
33
"name": "vscode-glyph",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"preview": true,
66
"displayName": "%displayName%",
77
"description": "%description%",

0 commit comments

Comments
 (0)