Skip to content

Commit 607ed80

Browse files
committed
v4.2.0
1 parent 44bac08 commit 607ed80

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [4.2.0] - 2024-03-25
11+
12+
### Added
13+
14+
- examples: Added examples for using `@fanoutio/grip` with Bun,
15+
Deno, Cloudflare Workers, Remix, and Next.js backend applications
16+
17+
### Fixed
18+
19+
- docs: Correct wording of Fastly Compute demos to use Secret Store
20+
- docs: Correct imports in buildFanoutGripConfig example in README
21+
- examples: Correct typos and use consistent spacing in Node.js and Fastly Compute examples
22+
1023
## [4.1.0] - 2024-03-18
1124

1225
### Added
@@ -142,7 +155,8 @@ v 1.2.6 12-10-2017 - Implement workaround for parseGripUri.
142155
v 1.2.7 12-13-2017 - Clean package dir.
143156

144157

145-
[unreleased]: https://github.com/fanout/js-grip/compare/v4.1.0...HEAD
158+
[unreleased]: https://github.com/fanout/js-grip/compare/v4.2.0...HEAD
159+
[4.2.0]: https://github.com/fanout/js-grip/compare/v4.1.0...v4.2.0
146160
[4.1.0]: https://github.com/fanout/js-grip/compare/v4.0.2...v4.1.0
147161
[4.0.2]: https://github.com/fanout/js-grip/compare/v4.0.1...v4.0.2
148162
[4.0.1]: https://github.com/fanout/js-grip/compare/v4.0.0...v4.0.1

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": "@fanoutio/grip",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"type": "module",
55
"author": "Fastly <oss@fastly.com>",
66
"description": "GRIP Interface Library",

0 commit comments

Comments
 (0)