Skip to content

Commit ea5bb6a

Browse files
committed
1.3.1
1 parent f3b9f3e commit ea5bb6a

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
44

55
## Unreleased
66

7-
Compare with [last published version](https://github.com/meduzen/datetime-attribute/compare/1.2.0...main).
7+
Compare with [last published version](https://github.com/meduzen/datetime-attribute/compare/1.3.1...main).
8+
9+
## v1.3.1 (2023-02-10)
10+
11+
Compare with [previous version](https://github.com/meduzen/datetime-attribute/compare/1.3.0...1.3.1).
12+
13+
### Fixed
14+
15+
- Typo (grammar) in types documentation.
816

917
## v1.3.0 (2022-10-10)
1018

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datetime-attribute",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Generate datetime attributes for the <time> HTML element, following WHATWG and ISO8601 specs.",
55
"type": "module",
66
"sideEffects": false,

0 commit comments

Comments
 (0)