We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 079de30 commit 91c143cCopy full SHA for 91c143c
3 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changes to backpack.css 🎒
2
3
+## 1.0.1 (October 3, 2018)
4
+
5
+- Make `npm publish` execute before `yarn clean` so that `lib` actually makes it into the NPM package 🤪.
6
7
## 1.0.0 (October 2, 2018)
8
9
- Version 1! 😃
package.json
@@ -1,7 +1,7 @@
{
"name": "backpack.css",
"main": "lib/backpack.css",
- "version": "1.0.0",
+ "version": "1.0.1",
"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.0.0
+ * backpack.css v1.0.1
* MIT License
* https://github.com/chris-pearce/backpack.css
*/
0 commit comments