Skip to content

Commit 212f7d5

Browse files
committed
chore: bump for 0.14.5 release (#385)
Co-authored-by: Alan Chen <[email protected]>
1 parent 7c502c1 commit 212f7d5

File tree

3 files changed

+59
-6
lines changed

3 files changed

+59
-6
lines changed

CHANGELOG.md

Lines changed: 56 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,60 @@
11
# Changelog
2-
## Unreleased
3-
### Improvements
4-
### Fixed
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [0.14.5] - 2023-09-28
6+
7+
### Fixes
8+
9+
- Use crates.io release for node bindgen (#384)
10+
Fixes node bindgen bugs interacting with recent versions of Node 18 and 20
11+
12+
### Miscellaneous Tasks
13+
14+
- Bump fluvio-future from 0.5.1 to 0.6.0 (#370)
15+
- Bump actions/checkout from 3 to 4 (#373)
16+
- Bump typedoc from 0.24.4 to 0.25.1 (#374)
17+
- Bump prettier from 2.8.7 to 3.0.3 (#369)
18+
- Bump @types/node from 20.3.2 to 20.7.0 (#381)
19+
- Bump typescript from 5.0.4 to 5.2.2 (#366)
20+
- Cargo update (#383)
21+
22+
## [0.14.4] - 2023-08-11
23+
24+
### Features
25+
26+
- Use recommended TSConfig and remove `typeRoots` (#356)
27+
28+
### Miscellaneous Tasks
29+
30+
- Bump fluvio from v0.10.12 to v0.10.14 (#348)
31+
- Update packages, incl fluvio 0.10.14 (#355)
32+
- Bump fluvio version to 0.10.12-dev-1 (#334)
33+
- Bump openssl from 0.10.52 to 0.10.55 (#333)
34+
- Update to fluvio release 0.10.12 (#338)
35+
- Bump typescript from 5.0.4 to 5.1.6 (#339)
36+
37+
### Security
38+
39+
- Bump @types/node from 20.2.3 to 20.3.2 (#335)
40+
41+
## [0.14.3] - 2023-06-10
42+
43+
### Build
44+
45+
- Update fluvio version (#329)
46+
47+
## [0.14.2] - 2023-05-29
48+
49+
### Miscellaneous Tasks
50+
51+
- Bump version (#327)
52+
53+
## [0.14.1] - 2023-05-12
54+
55+
### Miscellaneous Tasks
56+
57+
- Update fluvio to 0.10.9 (#314)
558

659
## 0.9.0
760
### Improvements

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluvio/client",
3-
"version": "0.14.4",
3+
"version": "0.14.5",
44
"description": "Node.js binding for Fluvio distributed stream",
55
"keywords": [
66
"fluvio",

0 commit comments

Comments
 (0)