From d818436590e1ae84d15e5b5f105d78bec885a361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?z=E2=99=BE=EF=B8=8Fcityboy?= <81620899+zoocityboy@users.noreply.github.com> Date: Sun, 22 Feb 2026 11:44:16 +0100 Subject: [PATCH] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 23b57c7..3daedd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ All notable changes to the "nocterm-context7-snippets" extension will be documen Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [0.2.0](https://github.com/zoocityboy/nocterm_vscode/compare/v0.1.0...v0.2.0) (2026-02-22) + + +### Features + +* Add CI workflow for building, linting, and testing the Nocterm extension ([134cfcb](https://github.com/zoocityboy/nocterm_vscode/commit/134cfcbf7a36311546276c062d2c89d033b8752f)) +* Add CI/CD workflows for building, publishing, and releasing Nocterm extension ([11a698c](https://github.com/zoocityboy/nocterm_vscode/commit/11a698c6966b12e81643015fe87fbbcb831157ef)) +* Add MIT License, update package metadata, and include Nocterm icon ([803e1cf](https://github.com/zoocityboy/nocterm_vscode/commit/803e1cfbf0f63c384ca6059608a532566af1d9c9)) +* Initialize Nocterm Dev extension with snippets Nocterm ([59ddf54](https://github.com/zoocityboy/nocterm_vscode/commit/59ddf546c39e1699153c03d91070c9db961aa4a3)) +* Update extension display name, description, and version in package.json ([6bb06ee](https://github.com/zoocityboy/nocterm_vscode/commit/6bb06ee78e7b3b926f833742582fe23a4cf3efcc)) + + +### Bug Fixes + +* Add missing token parameter to release-please action ([d5abca8](https://github.com/zoocityboy/nocterm_vscode/commit/d5abca878a96e2b6f9c18c651b661a0630abbc7c)) +* correct package configuration in release-please setup ([d9e3b23](https://github.com/zoocityboy/nocterm_vscode/commit/d9e3b23577bb488910db07eeef3d3805a69ba80d)) +* Update CI badge link in README.md ([898332d](https://github.com/zoocityboy/nocterm_vscode/commit/898332d50f478cbb5738e23075da5e0e741eea4e)) + ## [0.1.0](https://github.com/zoocityboy/nocterm_vscode/compare/nocterm-dev-v0.0.2...nocterm-dev-v0.1.0) (2026-02-22) diff --git a/package-lock.json b/package-lock.json index bf6bf9b..7c18888 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nocterm-context7-snippets", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nocterm-context7-snippets", - "version": "0.1.0", + "version": "0.2.0", "devDependencies": { "@types/mocha": "^10.0.10", "@types/node": "22.x", diff --git a/package.json b/package.json index a1f6861..eede596 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nocterm-dev", "displayName": "Nocterm", "description": "Nocterm is a Visual Studio Code extension that provides snippets for Nocterm, a terminal-based prompt system. This extension is designed to enhance the development experience for users working with Nocterm by offering a collection of useful snippets that can be easily inserted into their code.", - "version": "0.1.0", + "version": "0.2.0", "homepage": "https://nocterm.dev/", "publisher": "zoocityboy", "author": {