diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8b4d9c8..b704644 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.0" + ".": "1.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2adb760..505bee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [1.5.1](https://github.com/highlightjs/highlightjs-apex/compare/v1.5.0...v1.5.1) (2025-10-09) + + +### Build System + +* **mocha:** Bump mocha from 11.1.0 to 11.2.2 ([#83](https://github.com/highlightjs/highlightjs-apex/issues/83)) ([a3e1882](https://github.com/highlightjs/highlightjs-apex/commit/a3e18827eafe409ce2f6348c158dfb7bf7fff009)) +* **mocha:** Bump mocha from 11.2.2 to 11.3.0 ([#84](https://github.com/highlightjs/highlightjs-apex/issues/84)) ([9ed6af6](https://github.com/highlightjs/highlightjs-apex/commit/9ed6af6ee373b44dd064714e2212057a3c077573)) +* **mocha:** Bump mocha from 11.3.0 to 11.4.0 ([#85](https://github.com/highlightjs/highlightjs-apex/issues/85)) ([4eb1412](https://github.com/highlightjs/highlightjs-apex/commit/4eb14129f1772817d87829a8cad2f2fd4dc3cd20)) +* **mocha:** Bump mocha from 11.4.0 to 11.5.0 ([#86](https://github.com/highlightjs/highlightjs-apex/issues/86)) ([4491e8c](https://github.com/highlightjs/highlightjs-apex/commit/4491e8c9f19bfbc7d901d353e2afbfc97c989b66)) +* **mocha:** Bump mocha from 11.5.0 to 11.6.0 ([#87](https://github.com/highlightjs/highlightjs-apex/issues/87)) ([424f8db](https://github.com/highlightjs/highlightjs-apex/commit/424f8dbb533d3fbe8b32772e702cf2a8f280a3a2)) +* **mocha:** Bump mocha from 11.6.0 to 11.7.2 ([#96](https://github.com/highlightjs/highlightjs-apex/issues/96)) ([120741b](https://github.com/highlightjs/highlightjs-apex/commit/120741bf2fdd3752e16d360e08202798f076106b)) +* **prettier:** Bump prettier from 3.5.3 to 3.6.2 ([#94](https://github.com/highlightjs/highlightjs-apex/issues/94)) ([6ba2916](https://github.com/highlightjs/highlightjs-apex/commit/6ba2916f1a304c1df612614ce83d682bc81fce20)) + + +### Continuous Integration + +* **actions/checkout:** Bump actions/checkout from 4 to 5 ([#95](https://github.com/highlightjs/highlightjs-apex/issues/95)) ([52c5926](https://github.com/highlightjs/highlightjs-apex/commit/52c5926ad81e93d8991fdc9a0ce0b6cb2384b678)) +* **actions/setup-node:** Bump actions/setup-node from 4 to 5 ([#97](https://github.com/highlightjs/highlightjs-apex/issues/97)) ([4ee0487](https://github.com/highlightjs/highlightjs-apex/commit/4ee0487e556b1bc8f7cbde0c6b9f5570fc0cb8f1)) +* **dependabot:** Prevent dependabot auto-merge ([#88](https://github.com/highlightjs/highlightjs-apex/issues/88)) ([3d2ead6](https://github.com/highlightjs/highlightjs-apex/commit/3d2ead6bdb8ced24687f17707f4aa9dfe6b31a25)) +* **github/codeql-action:** Bump github/codeql-action from 3 to 4 ([#100](https://github.com/highlightjs/highlightjs-apex/issues/100)) ([fca943d](https://github.com/highlightjs/highlightjs-apex/commit/fca943d5551f5ee0fbbaf9bc89cf4b5b167e2501)) + ## [1.5.0](https://github.com/highlightjs/highlightjs-apex/compare/v1.4.0...v1.5.0) (2025-03-16) diff --git a/package-lock.json b/package-lock.json index 072ee78..f51fbcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "highlightjs-apex", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "highlightjs-apex", - "version": "1.5.0", + "version": "1.5.1", "license": "MIT", "dependencies": { "@highlightjs/cdn-assets": "^11.11.1" diff --git a/package.json b/package.json index e407ab5..69b33be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "highlightjs-apex", - "version": "1.5.0", + "version": "1.5.1", "description": "Apex Language of Salesforce highlighting plugin for highlight.js", "main": "src/languages/apex.js", "scripts": {