Releases: tomtom-forks/safe-settings
Releases · tomtom-forks/safe-settings
0.3.2-_.0
0.3.1-rc.1: chore(deps): bump express from 4.19.2 to 4.21.0 (#14)
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.0. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md) - [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
0.3.1: chore(deps): bump express from 4.19.2 to 4.21.0 (#14)
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.0. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md) - [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
0.3.0-rc.0: fix(autolinks): mark autolink as changed when url template changes (#13)
* fix(autolinks): mark autolink as changed when url template changes * fixup! fix(autolinks): mark autolink as changed when url template changes * fixup! fix(autolinks): mark autolink as changed when url template changes
0.3.0: fix(autolinks): mark autolink as changed when url template changes (#13)
* fix(autolinks): mark autolink as changed when url template changes * fixup! fix(autolinks): mark autolink as changed when url template changes * fixup! fix(autolinks): mark autolink as changed when url template changes
0.2.0-rc.1: feat: add feature flag for team creation (#12)
* feat: add feature flag for team creation Current behaviour creates a secret team if a team doesn't exist. This adds a feature flag to prevent creating teams unless the feature flag is set * fixup! feat: add feature flag for team creation
0.2.0: feat: add feature flag for team creation (#12)
* feat: add feature flag for team creation Current behaviour creates a secret team if a team doesn't exist. This adds a feature flag to prevent creating teams unless the feature flag is set * fixup! feat: add feature flag for team creation
0.1.3-rc.0: chore: stringify JSON objects in logs (#11)
Some logs were outputting [object Object] instead of the string value, this explicitly outputs strings of objects
0.1.3: chore: stringify JSON objects in logs (#11)
Some logs were outputting [object Object] instead of the string value, this explicitly outputs strings of objects
0.1.2-rc.1: chore: cleanup eslint and logging functions (#9)
Update eslint, fix all flagged eslint issues Fix logging function calls