Skip to content

Commit

Permalink
Merge pull request #23 from shgysk8zer0/feature/timezones
Browse files Browse the repository at this point in the history
Add timezones module
  • Loading branch information
shgysk8zer0 committed Nov 15, 2023
2 parents b3e188c + 11e1556 commit 7ae27ab
Show file tree
Hide file tree
Showing 4 changed files with 429 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v1.0.8] - 2023-11-15

### Added
- Add `timzones.js` module exporting an array of timezone identifiers

## [v1.0.7] - 2023-10-01

### Added
Expand Down
4 changes: 2 additions & 2 deletions 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": "@shgysk8zer0/consts",
"version": "1.0.7",
"version": "1.0.8",
"description": "A collection of constants for files, HTTP, dates, etc.",
"type": "module",
"main": "./cjs/index.cjs",
Expand Down
Loading

0 comments on commit 7ae27ab

Please sign in to comment.