Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
chore(main): release 2.0.0 (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
  • Loading branch information
token-generator-app[bot] committed Oct 24, 2022
1 parent a9b2ad9 commit 51409e2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/netlify/edge-functions/compare/v1.0.2...v2.0.0) (2022-10-19)


### ⚠ BREAKING CHANGES

* Drop Node 12 support (#33)

### Bug Fixes

* Drop Node 12 support ([#33](https://github.com/netlify/edge-functions/issues/33)) ([a9b2ad9](https://github.com/netlify/edge-functions/commit/a9b2ad9fc5e2ba757a0bebb665406ef9bcf45160))

## [1.0.2](https://github.com/netlify/edge-functions/compare/v1.0.1...v1.0.2) (2022-09-19)


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": "@netlify/edge-functions",
"version": "1.0.2",
"version": "2.0.0",
"description": "JavaScript and TypeScript utilities for Netlify Edge Functions",
"type": "module",
"main": "./dist/main.js",
Expand Down

0 comments on commit 51409e2

Please sign in to comment.