Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bring dev up to main #19

Merged
merged 15 commits into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ All notable changes to the `CSS Loader for VS Code` extension will be documented

<!-- replace me with new updates! -->

## v1.5.0

New Features:
* feat: automatic updates complete ([27bc44f](https://github.com/DeckThemes/CSS-Loader-for-VS-Code/commit/27bc44f))

Bug Fixes:
* fix: clarified name can not be changed after submitting ([9e53347](https://github.com/DeckThemes/CSS-Loader-for-VS-Code/commit/9e53347))

## v1.4.3

Bug Fixes:
* fix: corrected additional typo in repo path ([8719484](https://github.com/DeckThemes/CSS-Loader-for-VS-Code/commit/8719484))

## v1.4.2

Bug Fixes:
* fix: corrected repo url ([7bd03c4](https://github.com/DeckThemes/CSS-Loader-for-VSCode/commit/7bd03c4))

## v1.4.1

Bug Fixes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "css-loader-for-vs-code",
"displayName": "CSS Loader for VS Code",
"description": "Enhances the CSS Loader theme dev experience.",
"version": "1.4.1",
"version": "1.5.0",
"icon": "./assets/logo_128x128.png",
"galleryBanner": {
"color": "#0d0f11",
Expand Down
Loading