From a311394d163970a4912c08cef72e7480ef38d807 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:18:23 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d8465d..d0aa1ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to the "gem5-slicc" extension will be documented in this fil Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [1.1.0](https://github.com/ImagineBoom/gem5-slicc-support/compare/v1.0.2...v1.1.0) (2023-10-19) + + +### Features + +* support display file icon ([9272074](https://github.com/ImagineBoom/gem5-slicc-support/commit/9272074d6138f151d131c9a2957f55f9f818adc4)) + ## [1.0.2](https://github.com/ImagineBoom/gem5-slicc-support/compare/v1.0.1...v1.0.2) (2023-10-18) diff --git a/package-lock.json b/package-lock.json index 8c9861e..3d4f65d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gem5-slicc", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gem5-slicc", - "version": "1.0.2", + "version": "1.1.0", "devDependencies": { "@commitlint/cli": "^17.7.1", "@commitlint/config-conventional": "^17.7.0", diff --git a/package.json b/package.json index 5bed7d9..e59b2e7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gem5-slicc", "displayName": "gem5-slicc", "description": "Syntax highlighting for gem5-slicc", - "version": "1.0.2", + "version": "1.1.0", "publisher": "Tsinghua-Hexin-Joint-Institute", "icon": "images/icons/icon_512x512@2x.png", "engines": {