Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
meduzen committed Feb 10, 2023
1 parent f3b9f3e commit ea5bb6a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## Unreleased

Compare with [last published version](https://github.com/meduzen/datetime-attribute/compare/1.2.0...main).
Compare with [last published version](https://github.com/meduzen/datetime-attribute/compare/1.3.1...main).

## v1.3.1 (2023-02-10)

Compare with [previous version](https://github.com/meduzen/datetime-attribute/compare/1.3.0...1.3.1).

### Fixed

- Typo (grammar) in types documentation.

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

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": "datetime-attribute",
"version": "1.3.0",
"version": "1.3.1",
"description": "Generate datetime attributes for the <time> HTML element, following WHATWG and ISO8601 specs.",
"type": "module",
"sideEffects": false,
Expand Down

0 comments on commit ea5bb6a

Please sign in to comment.