From f782d171a87b99e0298d3de742fc9bf7612a6c3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20dBruxelles?= <18559798+jdbruxelles@users.noreply.github.com> Date: Wed, 26 Oct 2022 01:29:03 +0200 Subject: [PATCH] Mark v1.3.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- src/si18n.js | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10eebcc..4466adf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ > breaking changes and/or new features that you need to implement in your > project. +## 1.3.2 (October 26, 2022) + +- Fix a issue with the versioning of the package. The version juste replace the + previous one (`1.3.1`). The previous version was named mistakenly as `1.3.1` + and published while all commits was not created. The version `1.3.1` is not + available on npm registry. + ## 1.3.1 (October 25, 2022) - doc: Update `getJSON` documentation. diff --git a/package.json b/package.json index ea3f2b9..a7a2518 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "si18n.js", - "version": "1.3.1", + "version": "1.3.2", "description": "A simple and lightweight way to integrate internationalization on a small web site project.", "main": "./si18n.js", "directories": { diff --git a/src/si18n.js b/src/si18n.js index 9e357c3..3bcf864 100644 --- a/src/si18n.js +++ b/src/si18n.js @@ -1,5 +1,5 @@ /*! - * @license si18n.js - v1.3.1 + * @license si18n.js - v1.3.2 * Copyright (c) José dBruxelles . * * This source code is licensed under the MIT license found in the @@ -9,7 +9,7 @@ * Make translation management easier and more efficient. */ export default class Si18n { - static version = "1.3.1"; + static version = "1.3.2"; #noop() {} // Empty function to avoid undefined paramaters. #isInitialized = false; #options = {