From b300bc4656b976d3208aa1d8043438f42e27e34d Mon Sep 17 00:00:00 2001 From: Yann Gouffon Date: Wed, 7 Dec 2022 10:32:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 ++++- package.json | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54a61ed..d1812a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.4.0] - 2022-12-07 ### Changed - Update all dependencies - Update Eslint/TS config @@ -153,7 +155,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ✏️ fix typo \[[7cc2b1a](https://github.com/antistatique/frontend-development-configuration/commit/7cc2b1a6bf8a9db1f0d1f1be53cb5e946dd47027)] - 💚 improve Github Actions naming \[[77df124](https://github.com/antistatique/frontend-development-configuration/commit/77df12461e75110951f577c2177e49bd1e1c30bd)] -[Unreleased]: https://github.com/antistatique/frontend-development-configuration/compare/1.3.3...HEAD +[Unreleased]: https://github.com/antistatique/frontend-development-configuration/compare/1.4.0...HEAD +[1.4.0]: https://github.com/antistatique/frontend-development-configuration/compare/1.3.3...1.4.0 [1.3.3]: https://github.com/antistatique/frontend-development-configuration/compare/1.3.2...1.3.3 [1.3.2]: https://github.com/antistatique/frontend-development-configuration/compare/1.3.1...1.3.2 [1.3.1]: https://github.com/antistatique/frontend-development-configuration/compare/1.3.0...1.3.1 diff --git a/package.json b/package.json index 76da7df..8b51b97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antistatique-frontend", - "version": "1.3.3", + "version": "1.4.0", "description": "Antistatique opinionated frontend development configuration (linters, tests,...)", "main": ".bin/init.js", "bin": { @@ -66,4 +66,4 @@ "fs-extra": "^11.1.0", "inquirer": "^9.1.4" } -} +} \ No newline at end of file