From 06f7026ec41916f014b9740c8b9722a2689d7e18 Mon Sep 17 00:00:00 2001 From: Steve Calvert Date: Mon, 31 Oct 2022 09:47:20 -0700 Subject: [PATCH] Release 13.1.0 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00cba5e9..0017081d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ + +## v13.1.0 (2022-10-31) + +#### :rocket: Enhancement +* [#531](https://github.com/lint-todo/utils/pull/531) Adding utils to read and extract source fragments ([@scalvert](https://github.com/scalvert)) + +#### :house: Internal +* [#528](https://github.com/lint-todo/utils/pull/528) Convert to using npm over yarn ([@scalvert](https://github.com/scalvert)) + +#### Committers: 2 +- Julien Palmas ([@bartocc](https://github.com/bartocc)) +- Steve Calvert ([@scalvert](https://github.com/scalvert)) + + ## v13.0.3 (2022-05-11) #### :bug: Bug Fix diff --git a/package-lock.json b/package-lock.json index 7ad71b13..84a04572 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@lint-todo/utils", - "version": "13.0.3", + "version": "13.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@lint-todo/utils", - "version": "13.0.3", + "version": "13.1.0", "license": "MIT", "dependencies": { "@types/eslint": "^7.2.13", diff --git a/package.json b/package.json index 5b35efb6..84787ce3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lint-todo/utils", - "version": "13.0.3", + "version": "13.1.0", "repository": "https://github.com/lint-todo/utils.git", "license": "MIT", "author": "Steve Calvert ",