Skip to content

Commit 2253820

Browse files
committed
Update CHANGELOG.md for 3.0.0
1 parent 1bf860a commit 2253820

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

CHANGELOG.md

+16-8
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,35 @@
11
# Change Log
22

3-
## [2.0.0](https://github.com/kevinoid/swagger-spec-validator/tree/2.0.0) (2018-04-19)
4-
[Full Changelog](https://github.com/kevinoid/swagger-spec-validator/compare/v1.0.1...2.0.0)
3+
## [v3.0.0](https://github.com/kevinoid/swagger-spec-validator/tree/v3.0.0) (2018-06-29)
4+
[Full Changelog](https://github.com/kevinoid/swagger-spec-validator/compare/v2.0.0...v3.0.0)
5+
6+
- **BREAKING** Drop support for Node < 6.
7+
- Dependency version updates.
8+
- Drop unnecessary dependencies.
9+
- Code style improvements.
10+
11+
## [v2.0.0](https://github.com/kevinoid/swagger-spec-validator/tree/v2.0.0) (2018-04-19)
12+
[Full Changelog](https://github.com/kevinoid/swagger-spec-validator/compare/v1.0.1...v2.0.0)
513

614
- **Major:** Drop support for Node v0.12. Require Node v4 or later.
715
- Replace DigiCert intermediate+root certificates with GoDaddy, which is now
816
the CA for https://online.swagger.io/
917
([\#38](https://github.com/kevinoid/swagger-spec-validator/issues/38))
1018
- Update dependency versions. Drop unnecessary dependencies.
1119

12-
## [1.0.1](https://github.com/kevinoid/swagger-spec-validator/tree/1.0.1) (2017-05-07)
13-
[Full Changelog](https://github.com/kevinoid/swagger-spec-validator/compare/1.0.0...1.0.1)
20+
## [v1.0.1](https://github.com/kevinoid/swagger-spec-validator/tree/v1.0.1) (2017-05-07)
21+
[Full Changelog](https://github.com/kevinoid/swagger-spec-validator/compare/v1.0.0...v1.0.1)
1422

1523
- Include DigiCert Global Root CA in package to fix SSL validation on Debian.
1624

17-
## [1.0.0](https://github.com/kevinoid/swagger-spec-validator/tree/1.0.0) (2017-03-16)
18-
[Full Changelog](https://github.com/kevinoid/swagger-spec-validator/compare/0.1.2...1.0.0)
25+
## [v1.0.0](https://github.com/kevinoid/swagger-spec-validator/tree/v1.0.0) (2017-03-16)
26+
[Full Changelog](https://github.com/kevinoid/swagger-spec-validator/compare/v0.1.2...v1.0.0)
1927

2028
- **No API Changes** Change to v1.0.0 is only a declaration of stability.
2129
- Dev dependency version updates.
2230

23-
## [0.1.2](https://github.com/kevinoid/swagger-spec-validator/tree/0.1.2) (2017-03-03)
24-
[Full Changelog](https://github.com/kevinoid/swagger-spec-validator/compare/v0.1.2...0.1.2)
31+
## [v0.1.2](https://github.com/kevinoid/swagger-spec-validator/tree/v0.1.2) (2017-03-03)
32+
[Full Changelog](https://github.com/kevinoid/swagger-spec-validator/compare/v0.1.2...v0.1.2)
2533

2634
## [v0.1.2](https://github.com/kevinoid/swagger-spec-validator/tree/v0.1.2) (2017-03-03)
2735
[Full Changelog](https://github.com/kevinoid/swagger-spec-validator/compare/v0.1.1...v0.1.2)

0 commit comments

Comments
 (0)