diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e73d4d..1fdd7b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.15.1] - 2026-02-17 + +### Changed +- Upgrade vendored typescript-go to [`daa761e5c641`](https://github.com/microsoft/typescript-go/commit/daa761e5c641bde53ad14a349cc813c3296ae2f2) + ## [0.15.0] - 2026-02-17 ### Added @@ -182,6 +187,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Multi-stage Docker build - Automated vendor upgrade workflow +[0.15.1]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.15.0...v0.15.1 [0.15.0]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.14.2...v0.15.0 [0.14.2]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.14.1...v0.14.2 [0.14.1]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.14.0...v0.14.1 diff --git a/TSGO_COMMIT b/TSGO_COMMIT index 0cc96ed..ba65a35 100644 --- a/TSGO_COMMIT +++ b/TSGO_COMMIT @@ -1 +1 @@ -7b198ca5c70593d433dc6ce00175ba600ebf9945 \ No newline at end of file +daa761e5c641bde53ad14a349cc813c3296ae2f2 \ No newline at end of file diff --git a/VERSION b/VERSION index 7092c7c..8076af5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.0 \ No newline at end of file +0.15.1 \ No newline at end of file diff --git a/go.mod b/go.mod index 540b588..6bab330 100644 --- a/go.mod +++ b/go.mod @@ -7,6 +7,7 @@ replace goodchanges/tsgo-vendor => ./_vendor/typescript-go require ( github.com/bmatcuk/doublestar/v4 v4.10.0 goodchanges/tsgo-vendor v0.0.0-00010101000000-000000000000 + gopkg.in/yaml.v3 v3.0.1 ) require ( @@ -16,5 +17,4 @@ require ( golang.org/x/sync v0.19.0 // indirect golang.org/x/sys v0.40.0 // indirect golang.org/x/text v0.33.0 // indirect - gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/go.sum b/go.sum index 4977dbd..0a7c357 100644 --- a/go.sum +++ b/go.sum @@ -20,6 +20,7 @@ golang.org/x/sys v0.40.0 h1:DBZZqJ2Rkml6QMQsZywtnjnnGvHza6BTfYFWY9kjEWQ= golang.org/x/sys v0.40.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks= golang.org/x/text v0.33.0 h1:B3njUFyqtHDUI5jMn1YIr5B0IE2U0qck04r6d4KPAxE= golang.org/x/text v0.33.0/go.mod h1:LuMebE6+rBincTi9+xWTY8TztLzKHc/9C1uBCG27+q8= +gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=