Browse Source

Task/set up min-release-age in .npmrc (#6915)

* Set up min-release-age

* Update changelog
pull/6928/head
Thomas Kaul 2 days ago
committed by GitHub
parent
commit
bb76888084
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      .npmrc
  2. 4
      CHANGELOG.md

1
.npmrc

@ -0,0 +1 @@
min-release-age=7

4
CHANGELOG.md

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
### Added
- Configured the `min-release-age` in `.npmrc`
### Changed ### Changed
- Removed the deprecated attributes (`assetClass`, `countries`, `currency`, `dataSource`, `name`, `sectors`, `symbol` and `url`) from the holdings of the public portfolio endpoint response - Removed the deprecated attributes (`assetClass`, `countries`, `currency`, `dataSource`, `name`, `sectors`, `symbol` and `url`) from the holdings of the public portfolio endpoint response

Loading…
Cancel
Save