Skip to content

Commit cc0e518

Browse files
committed
Release 0.1.1
1 parent 83f786d commit cc0e518

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# check-dependency-version-consistency
22

3+
## 0.1.1 (2020-12-28)
4+
5+
#### :bug: Bug Fix
6+
* [#2](https://github.com/bmish/check-dependency-version-consistency/pull/2) Remove unused js-yaml dependency ([@bmish](https://github.com/bmish))
7+
8+
#### :memo: Documentation
9+
* [#6](https://github.com/bmish/check-dependency-version-consistency/pull/6) Add MIT license ([@bmish](https://github.com/bmish))
10+
* [#5](https://github.com/bmish/check-dependency-version-consistency/pull/5) Add some package.json keywords ([@bmish](https://github.com/bmish))
11+
* [#4](https://github.com/bmish/check-dependency-version-consistency/pull/4) Clarify a few aspects of the README ([@bmish](https://github.com/bmish))
12+
13+
#### Committers: 1
14+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
15+
316
## 0.1.0 (2020-12-25)
417

518
* Initial version

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "check-dependency-version-consistency",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Ensures dependencies are on consistent versions across a monorepo.",
55
"keywords": [
66
"dependencies",

0 commit comments

Comments
 (0)