Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Commit 56b0148

Browse files
committed
[dist] release 6.0.0
1 parent 8a14589 commit 56b0148

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# CHANGELOG
22

3+
## 6.0.0
4+
5+
- **MAJOR:** Convert to ES Modules
6+
- Running Pullie directly? No change is required to consume this update
7+
- Using wrapper code to run Pullie in Serverless for example? You will probably need to update your wrapper to be ESM as well
8+
and apply corresponding shims as needed in your wrapping environment. See [this sample](https://github.com/nponeccop/serverless-openapi-templates/tree/master/esmodules)
9+
for an example of how to wrap an ESM handler using the Serverless Framework.
10+
- **MAJOR:** Update to `probot@12`
11+
- For most cases, this is not a breaking change, as Pullie already did not consume any of the changed or removed APIs.
12+
However, if you install `probot` in any wrapping code, you should update to use version 12.
13+
- **MAJOR:** Dropped Node.js 12 support
14+
- While Node.js 12 is still supported as an LTS release until mid-2022, Pullie's new ESM update made this a good oportunity
15+
to shift our support window to 14 or later. Node.js 14 is the latest LTS release as of August 2021. Pullie is also tested
16+
with Node.js 16.
17+
318
## 6.0.0-alpha.1
419

520
- **MAJOR:** Update to `probot@12`

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "pullie",
3-
"version": "6.0.0-alpha.1",
3+
"version": "6.0.0",
44
"type": "module",
55
"description": "A GitHub bot that makes your PRs better",
66
"author": "GoDaddy.com Operating Company, LLC",

0 commit comments

Comments
 (0)