From 6510c6e14b97e41830a89aeed3fc8e376fdd5ba6 Mon Sep 17 00:00:00 2001 From: standy Date: Sat, 8 Jul 2023 14:18:15 +0300 Subject: [PATCH] chore(release): 3.1.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ffb743..7fefd81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.1.0](https://github.com/standy/ts-date/compare/v3.0.3...v3.1.0) (2023-07-08) + + +### Features + +* add uz language ([#19](https://github.com/standy/ts-date/issues/19)) ([387a1ff](https://github.com/standy/ts-date/commit/387a1ff4ff4f310c32596de84f06c933d76902c3)) + ### [3.0.3](https://github.com/standy/ts-date/compare/v3.0.2...v3.0.3) (2023-03-08) ### [3.0.2](https://github.com/standy/ts-date/compare/v3.0.1...v3.0.2) (2020-07-23) diff --git a/package-lock.json b/package-lock.json index c4ecfab..cf8d034 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ts-date", - "version": "3.0.3", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ts-date", - "version": "3.0.3", + "version": "3.1.0", "license": "MIT", "devDependencies": { "@rollup/plugin-typescript": "^8.2.0", diff --git a/package.json b/package.json index aebded9..2637cdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-date", - "version": "3.0.3", + "version": "3.1.0", "description": "Typescript Date library", "author": { "name": "Andrey Mostovoy",