diff --git a/CHANGELOG.md b/CHANGELOG.md index d4d8d051..56b6d0fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/zakodium/documentationjs-action/compare/v1.0.2...v1.1.0) (2023-09-06) + + +### Features + +* update deps and switch runtime to node20 ([35b9f0e](https://github.com/zakodium/documentationjs-action/commit/35b9f0ec232ee0adc478753b6feda9a2140b1e03)) + ### [1.0.2](https://www.github.com/zakodium/documentationjs-action/compare/v1.0.1...v1.0.2) (2021-05-10) diff --git a/package-lock.json b/package-lock.json index 7f21e076..d2cfa54b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "documentationjs-action", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "documentationjs-action", - "version": "1.0.2", + "version": "1.1.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index ff95449f..cdff1f87 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "documentationjs-action", "private": true, - "version": "1.0.2", + "version": "1.1.0", "description": "Build documentation using documentation.js", "main": "index.js", "repository": {