Skip to content

Commit a46073d

Browse files
committed
chore( dotprompt-codemirror): release 0.1.1
1 parent e17f8f6 commit a46073d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"packages/vim": "0.1.0",
1010
"packages/emacs": "0.1.0",
1111
"packages/monaco": "0.1.0",
12-
"packages/codemirror": "0.1.0",
12+
"packages/codemirror": "0.1.1",
1313
"packages/jetbrains": "0.2.0",
1414
"packages/treesitter": "0.1.0",
1515
"packages/promptly": "0.1.0"

packages/codemirror/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/google/dotprompt/compare/dotprompt-codemirror-0.1.0...dotprompt-codemirror-0.1.1) (2026-01-30)
4+
5+
6+
### Features
7+
8+
* **ide:** add Monaco and CodeMirror packages and update CI config ([#440](https://github.com/google/dotprompt/issues/440)) ([c724070](https://github.com/google/dotprompt/commit/c7240701bcea9b8176f22b531fe5c3123775bbd2))

packages/codemirror/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotprompt/codemirror",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "CodeMirror 6 language support for Dotprompt (.prompt) files",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)