Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot]
ff24143f46 chore: bump to 1.39.0-rc.1 2026-04-20 03:18:39 +00:00
github-actions[bot]
2783166e04 chore: bump version to 1.39.0 for release 2026-04-20 03:16:17 +00:00
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "get-shit-done-cc",
"version": "1.37.1",
"version": "1.39.0-rc.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "get-shit-done-cc",
"version": "1.37.1",
"version": "1.39.0-rc.1",
"license": "MIT",
"bin": {
"get-shit-done-cc": "bin/install.js"

View File

@@ -1,6 +1,6 @@
{
"name": "get-shit-done-cc",
"version": "1.37.1",
"version": "1.39.0-rc.1",
"description": "A meta-prompting, context engineering and spec-driven development system for Claude Code, OpenCode, Gemini and Codex by TÂCHES.",
"bin": {
"get-shit-done-cc": "bin/install.js"

View File

@@ -1,6 +1,6 @@
{
"name": "@gsd-build/sdk",
"version": "0.1.0",
"version": "1.39.0-rc.1",
"description": "GSD SDK — programmatic interface for running GSD plans via the Agent SDK",
"type": "module",
"main": "dist/index.js",