Skip to content

Commit

Permalink
fix: wrong branch release and changelog (#3)
Browse files Browse the repository at this point in the history
fix: wrong branch release and changelog

0.1.1
  • Loading branch information
lewxdev authored Mar 15, 2024
1 parent 0f547cb commit 6d03d15
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
30 changes: 28 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,36 @@
All notable changes to this project will be documented in this file.

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

## [Unreleased]

### Added

- Initial pre-release of the Glyph for vscode icon pack
- New **Glyph (Legacy)** icon theme contribution (all icons from the original
Spectrum Icon extension)
- New **Glyph** icon theme contribution (the full set of icons available, a
kitchen sink of sorts)
- Color settings available for fine-tuning the icon colors (with some presets)

### Changed

- Update icons to use a `.woff` icon font rather than `.svg` files to make it
easier to create new icon theme contributions with more customization

## [0.1.1] - 2024-03-15

### Fixed

- Incorrect branch for the initial release (#3)
- Missing updated content in `CHANGELOG.md` for the 0.1.0 release (#3)

## [0.1.0] - 2024-03-15

### Added

- New **Glyph (Minimal)** icon theme contribution (just the most essential icons
to ensure everything is working as expected) (#2)
- All icons made available for the file icon theme
- Initial contribution-forward setup for the repository (#1)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"publisher": "lewxdev",
"name": "vscode-glyph",
"version": "0.1.0",
"version": "0.1.1",
"preview": true,
"displayName": "%displayName%",
"description": "%description%",
Expand Down

0 comments on commit 6d03d15

Please sign in to comment.