Skip to content

Commit 6af40ec

Browse files
authored
Merge pull request #13 from Arcanemagus/changelog
Add a changelog
2 parents a8b1026 + 0d5cdfe commit 6af40ec

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

.github_changelog_generator

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
user=Arcanemagus
2+
project=check-peer-deps
3+
unreleased=false
4+
future-release=v1.1.0
5+
exclude_labels=duplicate,question,invalid,wontfix,Duplicate,Question,Invalid,Wontfix,External,Unable to reproduce

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Change Log
2+
3+
## [v1.0.2](https://github.com/Arcanemagus/check-peer-deps/tree/v1.0.2) (2017-10-18)
4+
5+
[Full Changelog](https://github.com/Arcanemagus/check-peer-deps/compare/v1.0.1...v1.0.2)
6+
7+
**Fixed bugs:**
8+
9+
- Check peerDeps for latest version [\#7](https://github.com/Arcanemagus/check-peer-deps/issues/7)
10+
- Handle npm view failures [\#6](https://github.com/Arcanemagus/check-peer-deps/issues/6)
11+
- Reword "Required version is allowed" [\#5](https://github.com/Arcanemagus/check-peer-deps/issues/5)
12+
- Allow retries of npm commands [\#10](https://github.com/Arcanemagus/check-peer-deps/pull/10) ([Arcanemagus](https://github.com/Arcanemagus))
13+
- Clarify required/allowed wording [\#9](https://github.com/Arcanemagus/check-peer-deps/pull/9) ([Arcanemagus](https://github.com/Arcanemagus))
14+
- Ensure latest peerDependencies are checked [\#8](https://github.com/Arcanemagus/check-peer-deps/pull/8) ([Arcanemagus](https://github.com/Arcanemagus))
15+
16+
## [v1.0.1](https://github.com/Arcanemagus/check-peer-deps/tree/v1.0.1) (2017-10-18)
17+
18+
[Full Changelog](https://github.com/Arcanemagus/check-peer-deps/compare/v1.0.0...v1.0.1)
19+
20+
**Fixed bugs:**
21+
22+
- Fix installation instructions [\#1](https://github.com/Arcanemagus/check-peer-deps/issues/1)
23+
24+
## [v1.0.0](https://github.com/Arcanemagus/check-peer-deps/tree/v1.0.0) (2017-10-18)
25+
26+
[Full Changelog](https://github.com/Arcanemagus/check-peer-deps/compare/854989ea21211fa9329021046eba95f056237da0...v1.0.0)
27+
28+
29+
30+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)