cloudworker-proxy
Version:
An api gateway for cloudflare workers
28 lines (14 loc) • 1.14 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.1.2](https://github.com/serverless/inquirer/compare/v1.1.1...v1.1.2) (2020-05-18)
### Bug Fixes
- Downgrade inquirer to v6 to ensure Node.js v6 support ([e1cb787](https://github.com/serverless/inquirer/commit/e1cb78739e879abf2e3f0abc0c2bd1644c76af5c))
### [1.1.1](https://github.com/serverless/inquirer/compare/v1.1.0...v1.1.1) (2020-05-14)
### Bug Fixes
- Downgrade chalk to v2 to ensure Node.js v6 support ([7cfcd80](https://github.com/serverless/inquirer/commit/7cfcd802b164f545c7606cfa56aee1f26b0ae5c6))
## [1.1.0](https://github.com/serverless/inquirer/compare/v1.0.0...v1.1.0) (2020-03-30)
### Features
- `confirm` util ([87b490f](https://github.com/serverless/inquirer/commit/87b490f332ee16d6b3cc78f691b7e20715afc5df))
## 1.0.0 (2020-03-30)
### Features
- Initial implementation ([a19caae](https://github.com/serverless/inquirer/commit/a19caae5c3e14ab0ff8e090ad03f1e1278803748)) ([Mariusz Nowak](https://github.com/medikoo))