Skip to content

Commit

Permalink
bump: version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Serrulien committed Apr 6, 2021
1 parent d3831f7 commit 8f59028
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.1.0

- Types update. `namespace tz` becomes `interface MomentTimezone`. That reflects the moment-timezone v0.5.30 definition file.

# 1.0.0

**BREAKING CHANGES:**
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Indicates the version to use according your moment-timezone version.

| moment-timezone | moment-timezone-for-local-time | notes |
| --------------- | ------------------------------ | -------------------------------------------------- |
| >= 0.5.30 | 1.1.0 |
| >= 0.5.29 | 1.0.0 | use at least moment 2.15.0 to avoid type conflicts |
| >= 0.2.0 | 0.1.1 |
| 0.1.0 | 0.1.0 |
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
Expand Up @@ -59,7 +59,7 @@
"test:watch": "jest --coverage --watch"
},
"types": "dist/index.d.ts",
"version": "1.0.0",
"version": "1.1.0",
"volta": {
"node": "12.22.0"
}
Expand Down

0 comments on commit 8f59028

Please sign in to comment.