diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 40ff6fe..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.2" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ab9ae7..23b57c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ 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.1.0](https://github.com/zoocityboy/nocterm_vscode/compare/nocterm-dev-v0.0.2...nocterm-dev-v0.1.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)) +* Update CI badge link in README.md ([898332d](https://github.com/zoocityboy/nocterm_vscode/commit/898332d50f478cbb5738e23075da5e0e741eea4e)) + ## [Unreleased] -- Initial release \ No newline at end of file +- Initial release diff --git a/package-lock.json b/package-lock.json index 655527d..bf6bf9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nocterm-context7-snippets", - "version": "0.0.1", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nocterm-context7-snippets", - "version": "0.0.1", + "version": "0.1.0", "devDependencies": { "@types/mocha": "^10.0.10", "@types/node": "22.x", diff --git a/package.json b/package.json index 4ceae61..a1f6861 100644 --- a/package.json +++ b/package.json @@ -2,36 +2,36 @@ "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.0.2", + "version": "0.1.0", "homepage": "https://nocterm.dev/", "publisher": "zoocityboy", "author": { "email": "zoocityboy@gmail.com", "name": "zoocityboy" }, - "repository": { - "type": "git", - "url": "https://github.com/zoocityboy/nocterm_vscode.git" - }, + "repository": { + "type": "git", + "url": "https://github.com/zoocityboy/nocterm_vscode.git" + }, "engines": { "vscode": "^1.109.0" }, "icon": "media/nocterm.png", - "categories": [ - "Programming Languages", - "Snippets", - "Linters", - "Formatters", - "Debuggers" - ], + "categories": [ + "Programming Languages", + "Snippets", + "Linters", + "Formatters", + "Debuggers" + ], "keywords": [ "nocterm", "dart" ], "activationEvents": [], "extensionDependencies": [ - "Dart-Code.dart-code" - ], + "Dart-Code.dart-code" + ], "main": "./out/extension.js", "contributes": { "snippets": [