Skip to content

Commit 91c143c

Browse files
committed
1.0.1
1 parent 079de30 commit 91c143c

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

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+
37
## 1.0.0 (October 2, 2018)
48

59
- Version 1! 😃

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/backpack.css",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
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.0.0
2+
* backpack.css v1.0.1
33
* MIT License
44
* https://github.com/chris-pearce/backpack.css
55
*/

0 commit comments

Comments
 (0)