Skip to content

Commit 90ec0af

Browse files
committed
1.1.0
1 parent c2f5788 commit 90ec0af

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 1.1.0 (October 6, 2018)
4+
5+
- Add contributing guidelines (see [`CONTRIBUTING.md`](CONTRIBUTING.md)).
6+
- Add a code of conduct (see [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md)).
7+
- Various minor updates to [`README.md`](README.md).
8+
- Minor comment update to [`content-sectioning.css`](src/content-sectioning.css).
9+
310
## 1.0.1 (October 3, 2018)
411

512
- Make `npm publish` execute before `yarn clean` so that `lib` actually makes it into the NPM package 🤪.

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

0 commit comments

Comments
 (0)