Skip to content

Commit

Permalink
chore(release): 4.2.4 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.4](v4.2.3...v4.2.4) (2020-11-23)

### Bug Fixes

* **MENDEL-7408:** reduce Sidebar max-height from 200px to 150px on sm and below ([800e5b5](800e5b5))
* linting ([7048da0](7048da0))
  • Loading branch information
semantic-release-bot committed Nov 23, 2020
1 parent 800e5b5 commit 0fad387
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@britannica/compendium",
"version": "4.2.3",
"version": "4.2.4",
"main": "./dist/cjs",
"module": "./dist/es",
"sideEffects": false,
Expand Down Expand Up @@ -81,7 +81,14 @@
"@commitlint/config-conventional"
],
"rules": {
"scope-case": [2, "always", ["lower-case", "upper-case"]]
"scope-case": [
2,
"always",
[
"lower-case",
"upper-case"
]
]
}
},
"husky": {
Expand Down

0 comments on commit 0fad387

Please sign in to comment.