Skip to content

Commit

Permalink
v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harmony7 committed Mar 25, 2024
1 parent 44bac08 commit 607ed80
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [4.2.0] - 2024-03-25

### Added

- examples: Added examples for using `@fanoutio/grip` with Bun,
Deno, Cloudflare Workers, Remix, and Next.js backend applications

### Fixed

- docs: Correct wording of Fastly Compute demos to use Secret Store
- docs: Correct imports in buildFanoutGripConfig example in README
- examples: Correct typos and use consistent spacing in Node.js and Fastly Compute examples

## [4.1.0] - 2024-03-18

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


[unreleased]: https://github.com/fanout/js-grip/compare/v4.1.0...HEAD
[unreleased]: https://github.com/fanout/js-grip/compare/v4.2.0...HEAD
[4.2.0]: https://github.com/fanout/js-grip/compare/v4.1.0...v4.2.0
[4.1.0]: https://github.com/fanout/js-grip/compare/v4.0.2...v4.1.0
[4.0.2]: https://github.com/fanout/js-grip/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/fanout/js-grip/compare/v4.0.0...v4.0.1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fanoutio/grip",
"version": "4.1.0",
"version": "4.2.0",
"type": "module",
"author": "Fastly <[email protected]>",
"description": "GRIP Interface Library",
Expand Down

0 comments on commit 607ed80

Please sign in to comment.