From b18cfc19e6d015c74d01afaf7c713bdf67a7da6b Mon Sep 17 00:00:00 2001 From: javierbrea Date: Fri, 6 Dec 2024 11:37:47 +0100 Subject: [PATCH] chore(release): Upgrade version and add changes to changelog --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- sonar-project.properties | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5ff1ec..c2c81a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed ### Removed +## [2.2.7] - 2024-12-06 + +### Added +* chore: Check spelling in build workflow + +### Changed +* chore: Use Pnpm as package manager +* chore: Upgrade eslint configuration to v9 +* chore: Update devDependencies + +### Fixed +* docs: Fix typos in README + ## [2.2.6] - 2024-05-17 ### Added diff --git a/package.json b/package.json index 473a252..51b34ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress-localstorage-commands", - "version": "2.2.6", + "version": "2.2.7", "description": "Extends Cypress' cy commands with localStorage methods. Allows preserving localStorage between tests", "keywords": [ "cypress", diff --git a/sonar-project.properties b/sonar-project.properties index d19e3b8..6401d47 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,6 +1,6 @@ sonar.organization=javierbrea sonar.projectKey=javierbrea_cypress-localstorage-commands -sonar.projectVersion=2.2.6 +sonar.projectVersion=2.2.7 sonar.javascript.file.suffixes=.js sonar.sourceEncoding=UTF-8