Skip to content

Commit

Permalink
chore(main): release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-ui-bot committed Mar 28, 2023
1 parent 4a6f21f commit 764da5e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.3.0](https://github.com/gravity-ui/date-utils/compare/v1.2.0...v1.3.0) (2023-03-28)


### Features

* support UTC timezone formatting ([#24](https://github.com/gravity-ui/date-utils/issues/24)) ([4a6f21f](https://github.com/gravity-ui/date-utils/commit/4a6f21f89fe49740bc972734db9df9e17ca99fd6))


### Bug Fixes

* add missing types signatures ([#18](https://github.com/gravity-ui/date-utils/issues/18)) ([5905e60](https://github.com/gravity-ui/date-utils/commit/5905e6076e731907b4a93fcbc0140ccb483dd273))
* improve typings for utc plugin ([#23](https://github.com/gravity-ui/date-utils/issues/23)) ([d4df45f](https://github.com/gravity-ui/date-utils/commit/d4df45f4de99d2aa8e476e7e40d9264b4e84d804))

## [1.2.0](https://github.com/gravity-ui/date-utils/compare/v1.1.3...v1.2.0) (2023-03-17)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gravity-ui/date-utils",
"version": "1.2.0",
"version": "1.3.0",
"description": "Gravity UI date helpers",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 764da5e

Please sign in to comment.