1.0.4
honeycomb-cheesecake
released this
14 Aug 18:34
·
55 commits
to master
since this release
Changelog
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.
[Unreleased]
[1.0.4] - 2023-08-14
Fixed
- GitHub Actions working directory references
publish-decision-spec-packages.yml
. By @honeycomb-cheesecake.
[1.0.3] - 2023-08-14
Fixed
package-lock.json
file as prior one didn't work withnpm clean-install
. By @honeycomb-cheesecake.
Changed
package.json
file version to latest released. By @honeycomb-cheesecake.
[1.0.2] - 2023-08-14
Changed
- Updated
@openapitools/openapi-generator-cli
to latest. By @honeycomb-cheesecake. - Updated
generator-cli
version. By @honeycomb-cheesecake.
Added
- This
CHANGELOG.md
file to track changes. By @honeycomb-cheesecake. - Schema definition for
SkipFilters
indecision/openapi-3.yaml
. By @honeycomb-cheesecake. SkipFilters
parameter to Placement object in non-breaking, optional manner. By @honeycomb-cheesecake.- Base information to project
package.json
. By @honeycomb-cheesecake. - NPM build scripts to
package.json
for both the decision and management specifications. By @honeycomb-cheesecake. - CI/CD workflow that allows for Typescript implementation of the api spec to be deployed as a package to a npm registry (currently a dry-run). By @honeycomb-cheesecake.