Skip to content

Commit 731eef4

Browse files
committed
Prepare v1.1.0
1 parent a69c88d commit 731eef4

4 files changed

+13
-3
lines changed

.github_changelog_generator

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
user=Arcanemagus
22
project=check-peer-deps
3-
unreleased=false
3+
unreleased=true
44
future-release=v1.1.0
55
exclude_labels=duplicate,question,invalid,wontfix,Duplicate,Question,Invalid,Wontfix,External,Unable to reproduce

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## [v1.1.0](https://github.com/Arcanemagus/check-peer-deps/tree/v1.1.0) (2017-12-09)
4+
5+
[Full Changelog](https://github.com/Arcanemagus/check-peer-deps/compare/v1.0.2...v1.1.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Add arguments controlling the flags [\#2](https://github.com/Arcanemagus/check-peer-deps/issues/2)
10+
- Add a changelog [\#13](https://github.com/Arcanemagus/check-peer-deps/pull/13) ([Arcanemagus](https://github.com/Arcanemagus))
11+
- Add arguments controlling the flags [\#12](https://github.com/Arcanemagus/check-peer-deps/pull/12) ([oidualc](https://github.com/oidualc))
12+
313
## [v1.0.2](https://github.com/Arcanemagus/check-peer-deps/tree/v1.0.2) (2017-10-18)
414

515
[Full Changelog](https://github.com/Arcanemagus/check-peer-deps/compare/v1.0.1...v1.0.2)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "check-peer-deps",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Verifies that the peerDependency requirements of all top level dependencies are satisfied.",
55
"author": "Landon Abney <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)