From cfc2f22976c3013f21145326d8e4c117e91ea35b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Nikoli=C4=87?= Date: Mon, 16 Sep 2024 09:34:29 +0200 Subject: [PATCH] 1.2.1 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f144b8..096b7d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased][] +## [1.2.1][] - 2024-09-16 + ### Added - Support information and instructions for Vite @@ -39,5 +41,6 @@ [1.0.0]: https://github.com/niksy/node-stdlib-browser/tree/v1.0.0 [1.1.0]: https://github.com/niksy/node-stdlib-browser/tree/v1.1.0 -[unreleased]: https://github.com/niksy/node-stdlib-browser/compare/v1.2.0...HEAD [1.2.0]: https://github.com/niksy/node-stdlib-browser/tree/v1.2.0 +[Unreleased]: https://github.com/niksy/node-stdlib-browser/compare/v1.2.1...HEAD +[1.2.1]: https://github.com/niksy/node-stdlib-browser/tree/v1.2.1 diff --git a/package.json b/package.json index af145f6..a26299c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-stdlib-browser", - "version": "1.2.0", + "version": "1.2.1", "description": "Node standard library for browser.", "license": "MIT", "author": "Ivan Nikolić (http://ivannikolic.com)",