Skip to content

Commit 9bc0a9e

Browse files
author
BrianSipple
committed
released 0.1.1
1 parent 1e61f1a commit 9bc0a9e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
# 0.1.1 — February 9, 2017
2+
3+
- **[PATCH]**: Fix `files` array in `package.json` so it includes `build/`.
4+
5+
16
# 0.1.0 — February 9, 2017
27

38
- **[ENHANCEMENT]**: Point package `main` and `style` fields to `build/` dir ([#2](https://github.com/Ticketfly-UI/ticketfly-css-grid-objects/pull/2)).
49
- Bump version past `0.0.x` to begin recommending usage.
510

11+
612
# 0.0.2 — January 8, 2017
713

814
- **[ENHANCEMENT]**: Added `o-grid` modifier helper for `flex-wrap: nowrap` ([#1](https://github.com/Ticketfly-UI/ticketfly-css-grid-objects/pull/1))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ticketfly-css-grid-objects",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Display utilities for Ticketfly CSS",
55
"main": "build/ticketfly-css-grid-objects.css",
66
"style": "build/ticketfly-css-grid-objects.css",

0 commit comments

Comments
 (0)