All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- All NPM dependencies have been updated.
- All Rubygems have been updated.
- concourse.js is now a native ES module and as such can be
import
ed without any transpilation in ES module-friendly projects. Consumers using require are unaffected and can continue usingrequire
.
- Fix
(0 , _formUrlencoded.default) is not a function
error.
- Dependency
follow-redirects
has been updated to prevent CVE-2022-0155