From 99ff674d00b20b91dafdef26b9838068bf6b73ce Mon Sep 17 00:00:00 2001 From: javierbrea Date: Mon, 11 Nov 2024 18:17:47 +0100 Subject: [PATCH] chore: Release --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- sonar-project.properties | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c6fdfc..6198187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ### Removed ### BREAKING CHANGES +## [5.0.1] - 2024-11-11 + +- fix([#340](https://github.com/javierbrea/eslint-plugin-boundaries/issues/340)): Fix bug producing that target option had captured values from the target dependency when templating `${from}` property ([@DeyLak](https://github.com/DeyLak)) + ## [5.0.0] - 2024-11-05 ### Changed diff --git a/package-lock.json b/package-lock.json index 197c9f0..d505e54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-boundaries", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-plugin-boundaries", - "version": "5.0.0", + "version": "5.0.1", "license": "MIT", "dependencies": { "chalk": "4.1.2", diff --git a/sonar-project.properties b/sonar-project.properties index e2a7e51..a06faa1 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,6 +1,6 @@ sonar.organization=javierbrea sonar.projectKey=javierbrea_eslint-plugin-boundaries -sonar.projectVersion=5.0.0 +sonar.projectVersion=5.0.1 sonar.javascript.file.suffixes=.js sonar.sourceEncoding=UTF-8