Skip to content

Commit 759e5ee

Browse files
committed
chore(release): promptly 0.1.1
1 parent 3b2982c commit 759e5ee

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
@@ -14,5 +14,5 @@
1414
"packages/codemirror": "0.1.0",
1515
"packages/jetbrains": "0.2.0",
1616
"packages/treesitter": "0.1.0",
17-
"packages/promptly": "0.1.0"
17+
"packages/promptly": "0.1.1"
1818
}

packages/promptly/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/promptly-0.1.0...promptly-0.1.1) (2026-02-01)
4+
5+
6+
### Features
7+
8+
* **promptly:** add lsp, fmt, and check implementations ([#438](https://github.com/google/dotprompt/issues/438)) ([27fd3d4](https://github.com/google/dotprompt/commit/27fd3d4c7aa96e09c46cb54546da1783be2f6a6e))

packages/promptly/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotprompt/promptly",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Promptly: Cargo for prompts - lint, format, and validate .prompt files",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)