We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2184e30 commit 89b3332Copy full SHA for 89b3332
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## [0.1.0] - 2021-02-22
+## [0.1.1] - 2021-03-01
8
+
9
+* Add npm installation
10
11
+## [0.1.0] - 2021-02-26
12
13
Initial release
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tailwindcss-container-bleed",
3
- "version": "0.1.0",
+ "version": "0.1.1",
"main": "src/index.js",
"description": "Tailwind CSS plugin to generate container bleed utilities",
"author": "Bust Out",
0 commit comments