@@ -7,9 +7,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).
77## [ Unreleased] [ unreleased ]
88* Nothing So Far*
99
10+ ## [ 0.15.0] - 2025-10-28
11+
12+ Covered in PR [ #68 ]
13+ ### Added
14+ - Ignore @types packages (cf Do not exit with error for type packages [ #48 ] )
15+ ### Changed
16+ - Unified entrypoint
17+ - Update CI (github actions replacing travis)
18+ - Error resiliency (one error don't stop eveything anymore)
19+ - Dependency bumps
20+ - CI for node twenties (20, 22, 24)
21+
1022## [ 0.14.12] - 2020-12-08
1123Covered in PR [ #40 ] and [ #41 ]
12- # Fixed
24+ ### Fixed
1325- make install work again :white_check_mark :
1426- running end-to-end for all node versions :traffic_light :
1527### Changed
@@ -146,7 +158,11 @@ Covered in PR [#20]
146158- New Header in request made to service. PR #6
147159
148160## Older changes have to be documented
149-
161+ [ #48 ] : https://github.com/AdrieanKhisbe/bundle-phobia-cli/pull/48
162+ [ #68 ] : https://github.com/AdrieanKhisbe/bundle-phobia-cli/pull/68
163+ [ #30 ] : https://github.com/AdrieanKhisbe/bundle-phobia-cli/pull/30
164+ [ #16 ] : https://github.com/AdrieanKhisbe/bundle-phobia-cli/pull/16
165+ [ #6 ] : https://github.com/AdrieanKhisbe/bundle-phobia-cli/pull/6
150166[ #41 ] : https://github.com/AdrieanKhisbe/bundle-phobia-cli/pull/41
151167[ #40 ] : https://github.com/AdrieanKhisbe/bundle-phobia-cli/pull/40
152168[ #39 ] : https://github.com/AdrieanKhisbe/bundle-phobia-cli/pull/39
@@ -161,10 +177,11 @@ Covered in PR [#20]
161177[ #22 ] : https://github.com/AdrieanKhisbe/bundle-phobia-cli/pull/22
162178[ #20 ] : https://github.com/AdrieanKhisbe/bundle-phobia-cli/pull/20
163179
164- [ unreleased ] : https://github.com/AdrieanKhisbe/bundle-phobia-cli/compare/v0.14.12...master
165- [ 0.14.12 ] : https://github.com/AdrieanKhisbe/bundle-phobia-cli/compare/v0.14.11...v.0.14.12
166- [ 0.14.11 ] : https://github.com/AdrieanKhisbe/bundle-phobia-cli/compare/v0.14.10...v.0.14.11
167- [ 0.14.10 ] : https://github.com/AdrieanKhisbe/bundle-phobia-cli/compare/v0.14.9...v.0.14.10
180+ [ unreleased ] : https://github.com/AdrieanKhisbe/bundle-phobia-cli/compare/v0.15.0...master
181+ [ 0.15.0 ] : https://github.com/AdrieanKhisbe/bundle-phobia-cli/compare/v0.14.12...v0.15.0
182+ [ 0.14.12 ] : https://github.com/AdrieanKhisbe/bundle-phobia-cli/compare/v0.14.11...v0.14.12
183+ [ 0.14.11 ] : https://github.com/AdrieanKhisbe/bundle-phobia-cli/compare/v0.14.10...v0.14.11
184+ [ 0.14.10 ] : https://github.com/AdrieanKhisbe/bundle-phobia-cli/compare/v0.14.9...v0.14.10
168185[ 0.14.9 ] : https://github.com/AdrieanKhisbe/bundle-phobia-cli/compare/v0.14.8...v.0.14.9
169186[ 0.14.8 ] : https://github.com/AdrieanKhisbe/bundle-phobia-cli/compare/v0.14.7...v.0.14.8
170187[ 0.14.7 ] : https://github.com/AdrieanKhisbe/bundle-phobia-cli/compare/v0.14.6...v.0.14.7
0 commit comments