prjct-cli 0.45.3 → 0.45.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.45.4] - 2026-01-29
4
+
5
+ ### Bug Fixes
6
+
7
+ - ignore tar warning in release workflow - PRJ-147
8
+
9
+
3
10
  ## [0.45.3] - 2026-01-29
4
11
 
5
12
  ### Bug Fixes
@@ -23330,7 +23330,7 @@ var require_package = __commonJS({
23330
23330
  "package.json"(exports, module) {
23331
23331
  module.exports = {
23332
23332
  name: "prjct-cli",
23333
- version: "0.45.3",
23333
+ version: "0.45.4",
23334
23334
  description: "Context layer for AI agents. Project context for Claude Code, Gemini CLI, and more.",
23335
23335
  main: "core/index.ts",
23336
23336
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prjct-cli",
3
- "version": "0.45.3",
3
+ "version": "0.45.4",
4
4
  "description": "Context layer for AI agents. Project context for Claude Code, Gemini CLI, and more.",
5
5
  "main": "core/index.ts",
6
6
  "bin": {