@aigne/fs-memory 1.1.0 → 1.1.2-beta

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.1.2-beta](https://github.com/AIGNE-io/aigne-framework/compare/fs-memory-v1.1.1...fs-memory-v1.1.2-beta) (2025-11-28)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * bump version ([ba7ad18](https://github.com/AIGNE-io/aigne-framework/commit/ba7ad184fcf32b49bf0507a3cb638d20fb00690d))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @aigne/core bumped to 1.69.2-beta
16
+ * @aigne/openai bumped to 0.16.12-beta
17
+
18
+ ## [1.1.1](https://github.com/AIGNE-io/aigne-framework/compare/fs-memory-v1.1.1-beta...fs-memory-v1.1.1) (2025-11-28)
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * The following workspace dependencies were updated
24
+ * dependencies
25
+ * @aigne/core bumped to 1.69.1
26
+ * @aigne/openai bumped to 0.16.11
27
+
28
+ ## [1.1.1-beta](https://github.com/AIGNE-io/aigne-framework/compare/fs-memory-v1.1.0...fs-memory-v1.1.1-beta) (2025-11-24)
29
+
30
+
31
+ ### Dependencies
32
+
33
+ * The following workspace dependencies were updated
34
+ * dependencies
35
+ * @aigne/core bumped to 1.69.1-beta
36
+ * @aigne/openai bumped to 0.16.11-beta
37
+
3
38
  ## [1.1.0](https://github.com/AIGNE-io/aigne-framework/compare/fs-memory-v1.1.0-beta.2...fs-memory-v1.1.0) (2025-11-21)
4
39
 
5
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/fs-memory",
3
- "version": "1.1.0",
3
+ "version": "1.1.2-beta",
4
4
  "description": "FS memory for AIGNE framework",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -34,8 +34,8 @@
34
34
  "dependencies": {
35
35
  "yaml": "^2.8.1",
36
36
  "zod": "^3.25.67",
37
- "@aigne/openai": "^0.16.10",
38
- "@aigne/core": "^1.69.0"
37
+ "@aigne/core": "^1.69.2-beta",
38
+ "@aigne/openai": "^0.16.12-beta"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/bun": "^1.2.22",