Skip to content

Commit

Permalink
Merge pull request #60 from cloudflare/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
GregBrimble authored Feb 9, 2023
2 parents c033cfb + 1ef503b commit aa5202e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/young-coins-appear.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @cloudflare/next-on-pages

## 0.3.0

### Minor Changes

- 9ef93ff: Environment variables and bindings are now available on `process.env` from within your SSR'd pages/API handlers!
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/next-on-pages",
"version": "0.2.0",
"version": "0.3.0",
"bin": "./bin/index.js",
"scripts": {
"build": "npx esbuild --bundle --platform=node ./src/index.ts --external:esbuild --external:chokidar --outfile=./dist/index.js",
Expand Down

0 comments on commit aa5202e

Please sign in to comment.