From 4aa6d2844aa486395e9fb0810cc7feb37127a9ca Mon Sep 17 00:00:00 2001 From: Damian Wajdlich Date: Sat, 26 Jun 2021 16:33:44 +0200 Subject: [PATCH] chore(release): 12.0.0 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df76e13..dcc073d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +## [12.0.0](https://github.com/swiety85/angular2gridster/compare/v11.0.0...v12.0.0) (2021-06-26) + + +### Features + +* **upgrade:** Upgrade to Angular 12 ([57e28c4](https://github.com/swiety85/angular2gridster/commit/57e28c4)) + + + ## [11.0.0](https://github.com/swiety85/angular2gridster/compare/v8.1.2...v11.0.0) (2021-03-21) diff --git a/package-lock.json b/package-lock.json index 74ac306..f64d8a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "angular2gridster", - "version": "11.0.0", + "version": "12.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9c2a81a..467e22e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular2gridster", - "version": "11.0.0", + "version": "12.0.0", "license": "MIT", "scripts": { "ng": "ng",