From 15e24dd813a5480649cb50fffc87a1c966cb4952 Mon Sep 17 00:00:00 2001 From: Carson Logan Date: Tue, 18 Oct 2022 17:11:41 -0700 Subject: [PATCH] chore(release): 14.0.2 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf7a343..7ffc7f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [14.0.2](https://github.com/HyperviewHQ/angular2gridster/compare/v14.0.1...v14.0.2) (2022-10-19) + ### [14.0.1](https://github.com/swiety85/angular2gridster/compare/v15.0.0...v14.0.1) (2022-10-19) ## [14.0.0](https://github.com/swiety85/angular2gridster/compare/v15.0.0...v14.0.0) (2022-10-19) diff --git a/package-lock.json b/package-lock.json index ed81f04..ad5100c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "angular2gridster", - "version": "14.0.1", + "version": "14.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "angular2gridster", - "version": "14.0.1", + "version": "14.0.2", "license": "MIT", "dependencies": { "@angular/animations": "^14.2.3", diff --git a/package.json b/package.json index 4ae9bbf..e79b97f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular2gridster", - "version": "14.0.1", + "version": "14.0.2", "license": "MIT", "scripts": { "ng": "ng", @@ -21,7 +21,7 @@ }, "repository": { "type": "git", - "url": "git+ssh://git@github.com/swiety85/angular2gridster.git" + "url": "git+ssh://git@github.com/HyperviewHQ/angular2gridster.git" }, "author": { "name": "Damian Wajdlich",