Skip to content

Commit e203b5b

Browse files
committed
v1.0.0
1 parent 0f9d258 commit e203b5b

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [1.0.0](https://github.com/solunio/dc-outdated/compare/v0.3.1...v1.0.0) (2021-08-26)
2+
3+
4+
### Bug Fixes
5+
6+
* deprecation warnings ([c65f872](https://github.com/solunio/dc-outdated/commit/c65f8722a8e3c26174f631a9e14b557793d6c3e3))
7+
* implement strict mode ([c564cd5](https://github.com/solunio/dc-outdated/commit/c564cd532d96d6a6ea9b745c8d13ac6d3273c684))
8+
* patch request ([3a3f0ea](https://github.com/solunio/dc-outdated/commit/3a3f0ea125874d19643cdd423d11e7e368535864))
9+
* replace request-js by axios ([5244989](https://github.com/solunio/dc-outdated/commit/52449896b13a7bb0b22780a04727e4a5326eaf94))
10+
* update cli-pregress to latest version ([c801414](https://github.com/solunio/dc-outdated/commit/c8014144e338c5f1a05a90696a83a19722d7e90c))
11+
* update commander ([f3c3995](https://github.com/solunio/dc-outdated/commit/f3c3995f84ea10080a35058537d82412a3354dfe))
12+
* update js-yaml to latest version ([ee6d43c](https://github.com/solunio/dc-outdated/commit/ee6d43cd36cc3c6df283235a7fa7357c0b9d8506))
13+
* update semver ([c91690f](https://github.com/solunio/dc-outdated/commit/c91690fa9eeac29abe27f3e6417eb9e782455f31))
14+
* update typescript to latest version ([f5b72dd](https://github.com/solunio/dc-outdated/commit/f5b72dd69240d50c105219a730d3619bfe93f559))
15+
* use correct docker registry host name ([aa30a14](https://github.com/solunio/dc-outdated/commit/aa30a14f21fb543b40c1383f647c7bf30acee42a))
16+
17+
18+
### BREAKING CHANGES
19+
20+
* minimal supported `node` version is now `v12.13.0`
21+
22+
23+
124
## [0.3.1](https://github.com/solunio/dc-outdated/compare/v0.3.0...v0.3.1) (2019-02-19)
225

326

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dc-outdated",
3-
"version": "0.3.1",
3+
"version": "1.0.0",
44
"main": "./dist/lib/index.js",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)