cddl 0.14.5 → 0.14.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/.release-it.ts +1 -0
  2. package/package.json +1 -1
package/.release-it.ts CHANGED
@@ -7,6 +7,7 @@ const config: Config = {
7
7
  ...baseConfig.git,
8
8
  // Must be overriden by each package to have seperate tags and changelogs
9
9
  tagName: "cddl-v${version}",
10
+ tagMatch: "cddl-v[0-9]*",
10
11
  commitMessage: "chore(cddl): release v${version}",
11
12
  },
12
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cddl",
3
- "version": "0.14.5",
3
+ "version": "0.14.6",
4
4
  "description": "Concise data definition language (RFC 8610) implementation and JSON validator in Node.js",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "license": "MIT",