Skip to content
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions 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": "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": {
Expand Down