Skip to content

Commit

Permalink
chore: release v1.16.0 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
iChenLei authored Jun 26, 2022
1 parent 97c364c commit 0d5dade
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.16.0] - 2022-06-26
### Changed
- Add github actions ci
- Add [sponsor link](http://opencollective.com/stylus) for stylus project
- Bump `stylus` to `v0.58.1`
- Bump `vscode-css-languageservice` to `v6.0.1`
- Bump `vsce` to `v2.9.2`
- Bump `typescript` to `v4.7.4`
- Drop `conventional-github-releaser` and `cz-conventional-changelog`

## [1.15.0] - 2021-12-18
### Fixed
- Fix color preview not functioning properly when using hex values, close [#96](https://github.com/d4rkr00t/language-stylus/issues/96)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# vscode-stylus

[![Github Actions](https://github.com/d4rkr00t/language-stylus/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/d4rkr00t/language-stylus/actions?query=workflow%3ACI+)
[![VSCode Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/sysoev.language-stylus?label=VSCode%20Marketplace)](https://marketplace.visualstudio.com/items?itemName=sysoev.language-stylus)
[![VSCode Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/sysoev.language-stylus)](https://marketplace.visualstudio.com/items?itemName=sysoev.language-stylus)
[![VSCode Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/sysoev.language-stylus)](https://marketplace.visualstudio.com/items?itemName=sysoev.language-stylus)
[![VSCode Marketplace Stars](https://img.shields.io/visual-studio-marketplace/r/sysoev.language-stylus)](https://marketplace.visualstudio.com/items?itemName=sysoev.language-stylus)
[![github-issues](https://img.shields.io/github/issues/d4rkr00t/language-stylus.svg)](https://github.com/d4rkr00t/language-stylus/issues)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/d4rkr00t/language-stylus/pulls)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "language-stylus",
"displayName": "stylus",
"description": "stylus language support",
"version": "1.15.0",
"version": "1.16.0",
"publisher": "sysoev",
"engines": {
"vscode": "^1.59.0"
Expand Down

0 comments on commit 0d5dade

Please sign in to comment.