From 0e44991cf3ecba351bc1e081b66a8c13c3a08312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Hlad=C3=ADk?= Date: Sat, 1 Jun 2024 16:52:05 +0200 Subject: [PATCH] =?UTF-8?q?chore(update):=20patch=20release=201.3.1=20?= =?UTF-8?q?=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ed166a..66fe422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.3.1](https://github.com/Celtian/ngx-devkit-builders/compare/v1.3.0...v1.3.1) + +- chore(actions): node version fixed [`180486e`](https://github.com/Celtian/ngx-devkit-builders/commit/180486e1dbc06d3a8f9a973b5d94433c8ce644e5) + #### [v1.3.0](https://github.com/Celtian/ngx-devkit-builders/compare/v1.2.1...v1.3.0) +> 1 June 2024 + - Feat/update [`#11`](https://github.com/Celtian/ngx-devkit-builders/pull/11) - chore(deps): deps updated [`b27cb08`](https://github.com/Celtian/ngx-devkit-builders/commit/b27cb080c010e5666386e2ba27a4c2da00b0a583) +- chore(update): release 1.3.0 🚀 [`0543cd5`](https://github.com/Celtian/ngx-devkit-builders/commit/0543cd5f0b872a8c4837f8730343b0725aecd73a) - chore(node): limits changed [`912cb87`](https://github.com/Celtian/ngx-devkit-builders/commit/912cb875e7c5ff54200600c174a31eb37e68fad5) #### [v1.2.1](https://github.com/Celtian/ngx-devkit-builders/compare/v1.2.0...v1.2.1) diff --git a/package.json b/package.json index c0650de..c0d9964 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-devkit-builders", - "version": "1.3.0", + "version": "1.3.1", "author": { "name": "Dominik Hladík", "email": "dominik.hladik@seznam.cz",