From 72bcacf0b38f9e1a00cdcba0240dab8864bf9a2e Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Fri, 28 Jun 2024 20:51:45 +0200 Subject: [PATCH] chore(xast-util-select): release version 0.4.0 --- libs/xast/xast-util-select/CHANGELOG.md | 10 ++++++++++ libs/xast/xast-util-select/package.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/libs/xast/xast-util-select/CHANGELOG.md b/libs/xast/xast-util-select/CHANGELOG.md index 6764f6e4..b2d412b9 100644 --- a/libs/xast/xast-util-select/CHANGELOG.md +++ b/libs/xast/xast-util-select/CHANGELOG.md @@ -2,6 +2,16 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.4.0](https://github.com/TrialAndErrorOrg/parsers/compare/xast-util-select-0.3.0...xast-util-select-0.4.0) (2024-06-28) + +### Dependency Updates + +* `xast-util-is-element` updated to version `0.4.0` + +### Features + +* update to new unified versions ([18bb996](https://github.com/TrialAndErrorOrg/parsers/commit/18bb9960d25843db83cda8bfea932e2e22f44b9b)) + ## [0.3.0](https://github.com/TrialAndErrorOrg/parsers/compare/xast-util-select-0.2.0...xast-util-select-0.3.0) (2023-09-29) ### Dependency Updates diff --git a/libs/xast/xast-util-select/package.json b/libs/xast/xast-util-select/package.json index 296ac376..ae29e0fa 100755 --- a/libs/xast/xast-util-select/package.json +++ b/libs/xast/xast-util-select/package.json @@ -1,6 +1,6 @@ { "name": "xast-util-select", - "version": "0.3.0", + "version": "0.4.0", "license": "MIT", "repository": "https://github.com/TrialAndErrorOrg/parsers", "author": "Thomas F. K. Jorna ", @@ -33,7 +33,7 @@ ], "dependencies": { "xast-util-has-attribute": "0.3.0", - "xast-util-is-element": "0.3.1", + "xast-util-is-element": "0.4.0", "property-information": "^6.1.1", "zwitch": "^2.0.2", "comma-separated-tokens": "^2.0.2",