From 12bcf1d45461413097e4fa93a3392b7f395e6efa Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 30 Oct 2024 04:00:10 +0000 Subject: [PATCH] 1.0.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 091ae77..59591ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1. ## [Unreleased] +## [1.0.0] — 2024–10–30 + ### Changed - The minimum required `node.js` version has been increased to `20.12.0`, except for version `21`. @@ -41,7 +43,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1. - The `update-changelog` CLI utility. -[Unreleased]: https://github.com/firefoxic/utils/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/firefoxic/utils/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/firefoxic/utils/compare/v0.4.0...v1.0.0 [0.4.0]: https://github.com/firefoxic/utils/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/firefoxic/utils/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/firefoxic/utils/compare/v0.1.1...v0.2.0 diff --git a/package.json b/package.json index 3b979a7..5bd0b9a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@firefoxic/utils", "description": "Collection of useful utilities for JavaScript and Node.js.", - "version": "0.4.0", + "version": "1.0.0", "license": "MIT", "author": { "name": "Sergey Artemov",