Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
token-generator-app[bot] authored Jun 29, 2023
1 parent abeb18c commit 581f677
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/remix-edge-adapter":"1.2.0","packages/remix-runtime":"1.1.0"}
{"packages/remix-edge-adapter":"2.0.0","packages/remix-runtime":"1.1.0"}
11 changes: 11 additions & 0 deletions packages/remix-edge-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/netlify/remix-compute/compare/remix-edge-adapter-v1.2.0...remix-edge-adapter-v2.0.0) (2023-06-29)


### ⚠ BREAKING CHANGES

* **remix-edge-adapter:** update default config

### Features

* **remix-edge-adapter:** update default config ([bed0399](https://github.com/netlify/remix-compute/commit/bed0399bac3d09fc270fcbed482e2288254daf4d))

## [1.2.0](https://github.com/netlify/remix-compute/compare/remix-edge-adapter-v1.1.0...remix-edge-adapter-v1.2.0) (2023-03-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/remix-edge-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/remix-edge-adapter",
"version": "1.2.0",
"version": "2.0.0",
"description": "Remix Adapter for Netlify Edge Functions",
"types": "./build/src/index.d.ts",
"main": "./build/src/index.js",
Expand Down

0 comments on commit 581f677

Please sign in to comment.