diff --git a/CHANGELOG.md b/CHANGELOG.md index d6078c7a..61a006af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [4.1.0](https://github.com/oclif/plugin-update/compare/3.2.4...4.1.0) (2023-10-12) + +### Features + +- major version release for ESM ([e90e1a8](https://github.com/oclif/plugin-update/commit/e90e1a86fa760d6205352bf4ac81ed040d9f2b35)) + ## [3.2.4](https://github.com/oclif/plugin-update/compare/3.2.3...3.2.4) (2023-09-28) ### Bug Fixes diff --git a/README.md b/README.md index bec9f523..3dc5119b 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,6 @@ EXAMPLES $ oclif-example update --available ``` -_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/3.2.5-qa.0/src/commands/update.ts)_ +_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/3.3.0/src/commands/update.ts)_ diff --git a/package.json b/package.json index 0be81d68..6331b381 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-update", - "version": "4.0.1", + "version": "4.1.0", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-update/issues", "dependencies": {