diff --git a/.changeset/orange-jeans-build.md b/.changeset/orange-jeans-build.md deleted file mode 100644 index 6155874..0000000 --- a/.changeset/orange-jeans-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@animo-id/mdoc": minor ---- - -fix: do not include age_over_NN attributes by default diff --git a/.changeset/small-apricots-march.md b/.changeset/small-apricots-march.md deleted file mode 100644 index ec1c777..0000000 --- a/.changeset/small-apricots-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@animo-id/mdoc": patch ---- - -feat: add OID4VP DC API session transcript calculation diff --git a/.changeset/spicy-gifts-walk.md b/.changeset/spicy-gifts-walk.md deleted file mode 100644 index 66ad1f6..0000000 --- a/.changeset/spicy-gifts-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@animo-id/mdoc": minor ---- - -- Remove magic surrounding the date type, this means that when you provide the input for an mdl, make sure that the `birth_date`, `driving_privileges[n].issue_date` and `driving_privileges[n].expiry_date` are of class `DateOnly` and `issue_date` and `expiry_date` are of type `Date`. diff --git a/.changeset/tiny-chefs-drum.md b/.changeset/tiny-chefs-drum.md deleted file mode 100644 index f45ba2c..0000000 --- a/.changeset/tiny-chefs-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@animo-id/mdoc": patch ---- - -Include different age*over_NN values and exclude age_over* diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c758bf..60eb5e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @animo-id/mdoc +## 0.4.0 + +### Minor Changes + +- 59e3266: fix: do not include age_over_NN attributes by default +- e54a767: - Remove magic surrounding the date type, this means that when you provide the input for an mdl, make sure that the `birth_date`, `driving_privileges[n].issue_date` and `driving_privileges[n].expiry_date` are of class `DateOnly` and `issue_date` and `expiry_date` are of type `Date`. + +### Patch Changes + +- 4187667: feat: add OID4VP DC API session transcript calculation +- ff41f06: Include different age*over_NN values and exclude age_over* + ## 0.3.0 ### Minor Changes diff --git a/package.json b/package.json index b9016b4..45d9eff 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "packageManager": "pnpm@9.12.3+sha256.24235772cc4ac82a62627cd47f834c72667a2ce87799a846ec4e8e555e2d4b8b", "author": "Martin Auer", "exports": "./src/index.ts", - "version": "0.3.0", + "version": "0.4.0", "files": ["dist"], "publishConfig": { "main": "./dist/index.js",