diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c49fec1..03ef8406 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,6 +29,6 @@ jobs: tag: "v${{ steps.package-version.outputs.current-version}}" name: "Release v${{ steps.package-version.outputs.current-version}}" # body: changelog... - - run: npm publish --dry + - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} diff --git a/CHANGELOG.md b/CHANGELOG.md index f549aeed..d83961b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Version 0.1.0 - tbd +## Version 0.1.0 - 2022-12-08 ### Added @@ -31,7 +31,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The GraphQL protocol adapter now uses a new middlewares mechanism instead of `cds.plugins` which requires `@sap/cds` version 6.3 to run. Enable the `cds.requires.middlewares` flag and register the GraphQL protocol adapter in `cds.env.protocols` to get started. - Replaced `debug` level query and mutation logging with improved `info` level request logging - -### Fixed - -### Removed