diff --git a/.changes/v1.4.1.md b/.changes/v1.4.1.md new file mode 100644 index 0000000..7cf6eac --- /dev/null +++ b/.changes/v1.4.1.md @@ -0,0 +1,3 @@ +## v1.4.1 - 2024-02-08 +### Fixed +* upgrade node version while compiling diff --git a/.drone.yml b/.drone.yml index 8827914..68eb3fe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,7 +37,7 @@ steps: - build-base-image - name: build-assets - image: node:14 + image: node:16 pull: always commands: - yarn install diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b1ec16..cf53bf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v1.4.1 - 2024-02-08 +### Fixed +* upgrade node version while compiling + ## v1.4.0 - 2024-02-08 ### Release * Upgrade nodes dependencies