Skip to content

Commit

Permalink
Bumped the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pimm committed Jan 1, 2024
1 parent ab52ee3 commit dd15eba
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

* Now rolling up the library as a CommonJS module, an ES module, and an IIFE.

### 1.0.3 - 1.0.10
### 1.0.3 - 1.0.11

(No changes)
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,7 +1,7 @@
{
"name": "parsehttpdate",
"description": "Parses the value of the Date header in HTTP responses",
"version": "1.0.10",
"version": "1.0.11",
"main": "compiled/cjs/parsehttpdate.min.js",
"module": "compiled/esm/parsehttpdate.min.js",
"unpkg": "compiled/iife/parsehttpdate.min.js",
Expand Down
2 changes: 1 addition & 1 deletion readme-nl.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import parseHttpDate from 'parsehttpdate';

Als alternatief kan `parsehttpdate` ook worden binnengehaald met unpkg:
```html
<script src="https://unpkg.com/parsehttpdate@^1.0.10"></script>
<script src="https://unpkg.com/parsehttpdate@^1.0.11"></script>
```
Met deze aanpak wordt de functie beschikbaar als `window.parseHttpDate`.

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import parseHttpDate from 'parsehttpdate';

Alternatively, include `parsehttpdate` through unpkg:
```html
<script src="https://unpkg.com/parsehttpdate@^1.0.10"></script>
<script src="https://unpkg.com/parsehttpdate@^1.0.11"></script>
```
This alternative makes the function available at `window.parseHttpDate`.

Expand Down

0 comments on commit dd15eba

Please sign in to comment.