Releases: AtidaTech/contentful-cli-release
Releases · AtidaTech/contentful-cli-release
Release list
1.0.0
What's Changed
- Bumped Node minimum version to 22.x.x
- Bumped contentful-management version to 12.x.x
- Bumped contentful-lib-helpers version to 1.x.x
- Removed fs and path from dependencies (now using Node built-ins)
- Removed eslint plugins react, react-hooks and jsx-a11y
- Fixed import of contentfulManagement library (removed .default for v12 compatibility)
- Fixed insecure imports import('fs'), import('url'), import('path') to import('node:fs'), import('node:url'), import('node:path')
- Fixed environment polling to use a Promise-wrapped interval with 60s timeout instead of a fire-and-forget setInterval
- Added process.exit(0/1) for clean exit codes
- Fixed typings path in annotations from dist/typings to dist/types
- Fixed incomplete JSDoc type for contentful-lib-helpers import
Pull Request: #9
Full Changelog: 0.2.0...1.0.0
0.2.0
What's Changed
- Fixing Dependabot Vulnerability: Server-Side Request Forgery in axios - axios/axios#6545 - GHSA-8hc4-vh64-cxmj
Pull Request: #8
Full Changelog: 0.1.6...0.2.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
First release of Contentful CLI Release:
- Minimum versions
node18,npm9.5,CMA7.5 andcontentful-lib-helpers0.3.0 - Fully configurable command line tool for releasing
- It includes 'duplicate' and 'delete' environments
- 'sync-schedule' to sync actions between two releases
- 'link alias' to point 'master' alias to a new release
- Extensive README with documented Release Strategies
Pull Request: #1