Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit d311206

Browse files
committed
v3.0.0
1 parent a9e878e commit d311206

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [2.0.0] - 2017-11-19
8+
## [3.0.0] - 2017-11-19
99
### Changed
1010
- Building bundle with Rollup.
1111
- `importCSS` is exposed via `window` object.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "import-css",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Load CSS asynchronously without render blocking in the given order.",
55
"author": "dangreen",
66
"license": "MIT",

0 commit comments

Comments
 (0)