Skip to content

Commit ef4ea46

Browse files
chore(main): release 1.3.4 (#46)
🤖 I have created a release *beep* *boop* --- ## [1.3.4](v1.3.3...v1.3.4) (2024-02-06) ### Bug Fixes * handle words starting with "this" e.g. thisAccount ([#48](#48)) ([85641da](85641da)) ### Styles * exclude tick-marks from comment substring highlighting ([#38](#38)) ([66936f4](66936f4)) ### Build System * move scripts cheatsheet ([1e1e4fc](1e1e4fc)) * **prettier:** bump prettier from 3.0.3 to 3.1.0 ([#37](#37)) ([a3d10f4](a3d10f4)) * **prettier:** bump prettier from 3.1.0 to 3.1.1 ([#41](#41)) ([c0621dd](c0621dd)) * **prettier:** bump prettier from 3.2.2 to 3.2.3 ([#44](#44)) ([2cfc254](2cfc254)) * **prettier:** bump prettier from 3.2.3 to 3.2.4 ([#45](#45)) ([e3138e8](e3138e8)) ### Continuous Integration * **google-github-actions/release-please-action:** bump google-github-actions/release-please-action from 3 to 4 ([#40](#40)) ([bdd93a7](bdd93a7)) * **release-please:** update release-please action inputs ([e49d3aa](e49d3aa)) * **release-please:** update release-please action inputs ([3ca1068](3ca1068)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 85641da commit ef4ea46

File tree

4 files changed

+32
-4
lines changed

4 files changed

+32
-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: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## [1.3.4](https://github.com/highlightjs/highlightjs-apex/compare/v1.3.3...v1.3.4) (2024-02-06)
4+
5+
6+
### Bug Fixes
7+
8+
* handle words starting with "this" e.g. thisAccount ([#48](https://github.com/highlightjs/highlightjs-apex/issues/48)) ([85641da](https://github.com/highlightjs/highlightjs-apex/commit/85641dadbcd734d27efbab5349ead12829075f08))
9+
10+
11+
### Styles
12+
13+
* 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))
14+
15+
16+
### Build System
17+
18+
* move scripts cheatsheet ([1e1e4fc](https://github.com/highlightjs/highlightjs-apex/commit/1e1e4fcfbc8e82a6a81007573106b0b1838c7da9))
19+
* **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))
20+
* **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))
21+
* **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))
22+
* **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))
23+
24+
25+
### Continuous Integration
26+
27+
* **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))
28+
* **release-please:** update release-please action inputs ([e49d3aa](https://github.com/highlightjs/highlightjs-apex/commit/e49d3aab5bb2beae41ea3d70a181844dc4217c89))
29+
* **release-please:** update release-please action inputs ([3ca1068](https://github.com/highlightjs/highlightjs-apex/commit/3ca10687037926925c4e3c39c7069f53494134f9))
30+
331
## [1.3.3](https://github.com/highlightjs/highlightjs-apex/compare/v1.3.2...v1.3.3) (2023-11-09)
432

533

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)