We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d41155 commit 08f71a5Copy full SHA for 08f71a5
3 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changes to backpack.css 🎒
2
3
+## 1.2.0 (November 5, 2018)
4
+
5
+- Add a JS module export.
6
+- Add ESLint.
7
+- Add a Prettier ignore file.
8
9
## 1.1.0 (October 6, 2018)
10
11
- Add contributing guidelines (see [`CONTRIBUTING.md`](CONTRIBUTING.md)).
package.json
@@ -1,7 +1,7 @@
{
"name": "backpack.css",
"main": "lib/index.js",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "A lightweight and somewhat opinionated CSS foundation that is best suited to applications 🎒.",
"keywords": [
"css",
src/index.css
@@ -1,5 +1,5 @@
/*!
- * backpack.css v1.1.0
+ * backpack.css v1.2.0
* MIT License
* https://github.com/chris-pearce/backpack.css
*/
0 commit comments