From 103adbe316684f17f2b56666005e0f79d3695a29 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 9 Jul 2023 03:04:03 +0000 Subject: [PATCH] chore(release): 1.15.11 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86f21cab..12c2055d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.15.11](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.15.10...1.15.11) (2023-07-09) + + +### Bug Fixes + +* **deps:** bump tough-cookie from 4.1.2 to 4.1.3 ([a3dc424](https://github.com/salesforcecli/eslint-plugin-sf-plugin/commit/a3dc424819b732cf79f7b78a8fdc388f24e7e247)) + + + ## [1.15.10](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.15.9...1.15.10) (2023-07-02) diff --git a/package.json b/package.json index 7096fdd9..6bf3aa3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-sf-plugin", - "version": "1.15.10", + "version": "1.15.11", "engines": { "node": ">=14.16.0" },