Skip to content

Commit 08f71a5

Browse files
committed
1.2.0
1 parent 5d41155 commit 08f71a5

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes to backpack.css 🎒
22

3+
## 1.2.0 (November 5, 2018)
4+
5+
- Add a JS module export.
6+
- Add ESLint.
7+
- Add a Prettier ignore file.
8+
39
## 1.1.0 (October 6, 2018)
410

511
- Add contributing guidelines (see [`CONTRIBUTING.md`](CONTRIBUTING.md)).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "backpack.css",
33
"main": "lib/index.js",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"description": "A lightweight and somewhat opinionated CSS foundation that is best suited to applications 🎒.",
66
"keywords": [
77
"css",

src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* backpack.css v1.1.0
2+
* backpack.css v1.2.0
33
* MIT License
44
* https://github.com/chris-pearce/backpack.css
55
*/

0 commit comments

Comments
 (0)