spiegel-keyman/resources/build/version
dependabot[bot] a7f17946be
chore(deps): bump ansi-regex in /resources/build/version
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-22 18:02:36 +00:00
..
src chore: fix git date param 2021-08-19 16:52:52 +10:00
.gitignore chore(ci): increment version final 2020-02-03 09:33:46 +11:00
package-lock.json chore(deps): bump ansi-regex in /resources/build/version 2021-09-22 18:02:36 +00:00
package.json chore(deps): bump @actions/core in /resources/build/version 2020-10-01 17:29:43 +00:00
README.md chore(ci): increment version final 2020-02-03 09:33:46 +11:00
tsconfig.json chore(ci): increment version final 2020-02-03 09:33:46 +11:00
tsconfig.production.json chore(ci): increment version final 2020-02-03 09:33:46 +11:00

Version increment and automatic history maintenance

This node module automatically refreshes HISTORY.md with titles from the latest pull requests merged since the last automatic version increment, and if any history has been found, increments the version, and creates a PR for the increment.

It is wrappered by ../increment-version.sh for normal CI usage.