From d0e55913c8e3422693b1fd6fdeb778f706d141d9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Feb 2021 10:43:39 +0000 Subject: [PATCH] chore(release): 3.51.1 [skip ci] ## [3.51.1](https://github.com/dxheroes/dx-scanner/compare/v3.51.0...v3.51.1) (2021-02-01) ### Bug Fixes * make lockfile practice only for js and ts ([660cd0b](https://github.com/dxheroes/dx-scanner/commit/660cd0b5f531d00a2d182b19634c8d3ff9e62dbd)) * practice id ([0862f20](https://github.com/dxheroes/dx-scanner/commit/0862f200f433c592c99c9dae1c2daa9c5b88357c)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 929d20e55..4a32d3af0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [3.51.1](https://github.com/dxheroes/dx-scanner/compare/v3.51.0...v3.51.1) (2021-02-01) + + +### Bug Fixes + +* make lockfile practice only for js and ts ([660cd0b](https://github.com/dxheroes/dx-scanner/commit/660cd0b5f531d00a2d182b19634c8d3ff9e62dbd)) +* practice id ([0862f20](https://github.com/dxheroes/dx-scanner/commit/0862f200f433c592c99c9dae1c2daa9c5b88357c)) + # [3.51.0](https://github.com/dxheroes/dx-scanner/compare/v3.50.3...v3.51.0) (2021-01-29) diff --git a/package.json b/package.json index e82c6c02c..62c084e8d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dx-scanner", "description": "Scan your project for possible DX recommendations.", - "version": "3.51.0", + "version": "3.51.1", "author": "DX Heroes LTD (https://dxheroes.io)", "homepage": "https://github.com/dxheroes/dx-scanner", "repository": "ssh://git@github.com/dxheroes/dx-scanner.git",