Skip to content

Commit 7e5f9b9

Browse files
Bump 1.0.1
1 parent 09ce7d2 commit 7e5f9b9

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.0.1](https://github.com/completejavascript/shiba-css/compare/v1.0.0...v1.0.1) (2021-06-06)
6+
7+
#### Changed
8+
9+
- Updates to README
10+
511
## 1.0.0 (2021-06-06)

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shiba-css",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A simple and lightweight CSS Framework built with Sass for building responsive web apps",
55
"homepage": "https://completejavascript.github.io/shiba-css",
66
"main": "index.js",
@@ -9,7 +9,8 @@
99
"compress": "node-sass ./src/scss/shiba.scss ./docs/css/shiba.min.css -w --output-style compressed",
1010
"serve": "light-server -s docs -w \"docs/**\"",
1111
"dev": "concurrently \"yarn run compile\" \"yarn run compress\" \"yarn run serve\"",
12-
"release": "standard-version"
12+
"first-release": "standard-version --first-release",
13+
"prerelease": "standard-version"
1314
},
1415
"repository": {
1516
"type": "git",

0 commit comments

Comments
 (0)