Skip to content

Commit 5fe9c9d

Browse files
chore(main): release 1.3.4
1 parent 58de6dd commit 5fe9c9d

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-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.3.3"
2+
".": "1.3.4"
33
}

CHANGELOG.md

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

3+
## [1.3.4](https://github.com/highlightjs/highlightjs-apex/compare/v1.3.3...v1.3.4) (2024-02-03)
4+
5+
6+
### Styles
7+
8+
* exclude tick-marks from comment substring highlighting ([#38](https://github.com/highlightjs/highlightjs-apex/issues/38)) ([66936f4](https://github.com/highlightjs/highlightjs-apex/commit/66936f48a856ac0fdf7dec092a6a93cbf42061c8))
9+
10+
11+
### Build System
12+
13+
* move scripts cheatsheet ([1e1e4fc](https://github.com/highlightjs/highlightjs-apex/commit/1e1e4fcfbc8e82a6a81007573106b0b1838c7da9))
14+
* **prettier:** bump prettier from 3.0.3 to 3.1.0 ([#37](https://github.com/highlightjs/highlightjs-apex/issues/37)) ([a3d10f4](https://github.com/highlightjs/highlightjs-apex/commit/a3d10f4d8e81c50a61c9fdbd4b49b37c9e06ba92))
15+
* **prettier:** bump prettier from 3.1.0 to 3.1.1 ([#41](https://github.com/highlightjs/highlightjs-apex/issues/41)) ([c0621dd](https://github.com/highlightjs/highlightjs-apex/commit/c0621ddafced6db5f9e6e4d6da9c8e679797f9ed))
16+
* **prettier:** bump prettier from 3.2.2 to 3.2.3 ([#44](https://github.com/highlightjs/highlightjs-apex/issues/44)) ([2cfc254](https://github.com/highlightjs/highlightjs-apex/commit/2cfc254ed609114d9731837fe131dbcea0f18ae8))
17+
* **prettier:** bump prettier from 3.2.3 to 3.2.4 ([#45](https://github.com/highlightjs/highlightjs-apex/issues/45)) ([e3138e8](https://github.com/highlightjs/highlightjs-apex/commit/e3138e849ddab70a9fbd8938eca3c53dc2975d9c))
18+
19+
20+
### Continuous Integration
21+
22+
* **google-github-actions/release-please-action:** bump google-github-actions/release-please-action from 3 to 4 ([#40](https://github.com/highlightjs/highlightjs-apex/issues/40)) ([bdd93a7](https://github.com/highlightjs/highlightjs-apex/commit/bdd93a7ace578733cc285893123a1b71e9d8aa2b))
23+
* **release-please:** update release-please action inputs ([e49d3aa](https://github.com/highlightjs/highlightjs-apex/commit/e49d3aab5bb2beae41ea3d70a181844dc4217c89))
24+
* **release-please:** update release-please action inputs ([3ca1068](https://github.com/highlightjs/highlightjs-apex/commit/3ca10687037926925c4e3c39c7069f53494134f9))
25+
326
## [1.3.3](https://github.com/highlightjs/highlightjs-apex/compare/v1.3.2...v1.3.3) (2023-11-09)
427

528

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.3.3",
3+
"version": "1.3.4",
44
"description": "Apex Language of Salesforce highlighting plugin for highlight.js",
55
"main": "src/languages/apex.js",
66
"scripts": {

0 commit comments

Comments
 (0)