Skip to content

Commit a6c5fc4

Browse files
chore(main): release 1.5.1
1 parent 6ba2916 commit a6c5fc4

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.0"
2+
".": "1.5.1"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [1.5.1](https://github.com/highlightjs/highlightjs-apex/compare/v1.5.0...v1.5.1) (2025-09-19)
4+
5+
6+
### Build System
7+
8+
* **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))
9+
* **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))
10+
* **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))
11+
* **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))
12+
* **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))
13+
* **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))
14+
15+
16+
### Continuous Integration
17+
18+
* **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))
19+
* **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))
20+
* **dependabot:** Prevent dependabot auto-merge ([#88](https://github.com/highlightjs/highlightjs-apex/issues/88)) ([3d2ead6](https://github.com/highlightjs/highlightjs-apex/commit/3d2ead6bdb8ced24687f17707f4aa9dfe6b31a25))
21+
322
## [1.5.0](https://github.com/highlightjs/highlightjs-apex/compare/v1.4.0...v1.5.0) (2025-03-16)
423

524

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "highlightjs-apex",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Apex Language of Salesforce highlighting plugin for highlight.js",
55
"main": "src/languages/apex.js",
66
"scripts": {

0 commit comments

Comments
 (0)