Skip to content

Commit

Permalink
add relevan changes to the change log
Browse files Browse the repository at this point in the history
  • Loading branch information
avifenesh committed Apr 1, 2024
1 parent 77b91e0 commit 032e2c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
#### Changes
* Python: Added JSON.DEL JSON.FORGET commands ([#1146](https://github.com/aws/glide-for-redis/pull/1146))

## 0.3.1 (2024-03-28)
## 0.3.3 (2024-03-28)

#### Fixes

* Node: Ignore hybrid-tests folder for npm publish. ([#1178](https://github.com/aws/glide-for-redis/pull/1178))
* Node: Fixed broken path of tsconfig translation. ([#1183](https://github.com/aws/glide-for-redis/pull/1183))
* Node: Fix issue with dual usage, `CommonJS` and `ECMAScript` modules. ([#1199](https://github.com/aws/glide-for-redis/pull/1199))

## 0.3.0 (2024-03-25)

Expand Down Expand Up @@ -80,4 +79,4 @@

Preview release of **GLIDE for Redis** a Polyglot Redis client.

See the [README](README.md) for additional information.
See the [README](README.md) for additional information.
3 changes: 1 addition & 2 deletions node/npm/glide/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"resolveJsonModule": true,
"traceResolution": false,
"types": ["node", "jest"],
/* The bellow parts are for developer extention usage and should be overriden in cjs and mjs tscofig's files */
"outDir": "./build-ts" /* Specify an output folder for all emitted files. Ovrride in tsconfig-cjs */
"outDir": "./build-ts" /* Specify an output folder for all emitted files */
},
"include": ["./*.ts", "src/*.ts", "src/*.js"],
"exclude": [
Expand Down
2 changes: 1 addition & 1 deletion node/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lib": [
"esnext"
] /* Specify a set of bundled library declaration files that describe the target runtime environment. */,
"outDir": "./build-ts" /* Specify an output folder for all emitted files. Ovrride in tsconfig-cjs */
"outDir": "./build-ts" /* Specify an output folder for all emitted files.*/
},
"compileOnSave": false,
"include": ["./*.ts", "src/*.ts", "src/*.js"],
Expand Down

0 comments on commit 032e2c2

Please sign in to comment.