Skip to content

Commit

Permalink
release: Release version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffSchofield committed Oct 11, 2021
1 parent 6eb0cd3 commit 3d233ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
Nothing yet.

## [0.2.2] - 2021-10-10
### Added
- Add `fit-content` utility for `width`, `min-width`, and `max-width`; and for `height`, `min-height`, and `max-height`
- Add `min-content` utility for `width`, `max-width`, `height`, `min-height`, and `max-height`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwindcss-gridlines",
"version": "0.2.1",
"version": "0.2.2",
"main": "dist/index.js",
"author": "Jeff Schofield <jeff@jeffschofield.com>",
"license": "MIT",
Expand Down

0 comments on commit 3d233ef

Please sign in to comment.