Skip to content

Commit 2861837

Browse files
chore(main): release 1.3.3 (#31)
🤖 I have created a release *beep* *boop* --- ## [1.3.3](v1.3.2...v1.3.3) (2023-11-09) ### Bug Fixes * include interface in class declaration ([#34](#34)) ([51037bd](51037bd)) * remove unnecessary system interfaces ([c8e9b25](c8e9b25)) ### Reverts * "docs: add separate changelog section for dependencies" ([4483ee6](4483ee6)) ### Code Refactoring * soql keywords cleanup ([c8e9b25](c8e9b25)) ### Documentation * add separate changelog section for dependencies ([ed13712](ed13712)) * include testing updates in changelog ([9a55c6a](9a55c6a)) ### Tests * add page to view expected markup test code ([c8e9b25](c8e9b25)) * add sample soql file ([c8e9b25](c8e9b25)) ### Build System * include cdn-assets in package ([#35](#35)) ([87b56a8](87b56a8)) * use default npm registry ([87b56a8](87b56a8)) ### Continuous Integration * **dependabot:** auto-rename dependabot update PRs ([#33](#33)) ([ca9a5ed](ca9a5ed)) * **dependabot:** update dependabot PRs only if opened by dependabot ([#36](#36)) ([5a19c11](5a19c11)) --- 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 51037bd commit 2861837

File tree

4 files changed

+46
-4
lines changed

4 files changed

+46
-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.2"
2+
".": "1.3.3"
33
}

CHANGELOG.md

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

3+
## [1.3.3](https://github.com/highlightjs/highlightjs-apex/compare/v1.3.2...v1.3.3) (2023-11-09)
4+
5+
6+
### Bug Fixes
7+
8+
* include interface in class declaration ([#34](https://github.com/highlightjs/highlightjs-apex/issues/34)) ([51037bd](https://github.com/highlightjs/highlightjs-apex/commit/51037bd6589ceeb5d4e1887d3c6f0783f98206cb))
9+
* remove unnecessary system interfaces ([c8e9b25](https://github.com/highlightjs/highlightjs-apex/commit/c8e9b25a438b3f1a8374b9dd07d44c13341ac624))
10+
11+
12+
### Reverts
13+
14+
* "docs: add separate changelog section for dependencies" ([4483ee6](https://github.com/highlightjs/highlightjs-apex/commit/4483ee6a7b4d6df9a2354681c7304ec7726319b9))
15+
16+
17+
### Code Refactoring
18+
19+
* soql keywords cleanup ([c8e9b25](https://github.com/highlightjs/highlightjs-apex/commit/c8e9b25a438b3f1a8374b9dd07d44c13341ac624))
20+
21+
22+
### Documentation
23+
24+
* add separate changelog section for dependencies ([ed13712](https://github.com/highlightjs/highlightjs-apex/commit/ed1371245844e6ad14bb7345016e92ba0b5f9c68))
25+
* include testing updates in changelog ([9a55c6a](https://github.com/highlightjs/highlightjs-apex/commit/9a55c6a3f8aa044776a51f6334467ca19597118a))
26+
27+
28+
### Tests
29+
30+
* add page to view expected markup test code ([c8e9b25](https://github.com/highlightjs/highlightjs-apex/commit/c8e9b25a438b3f1a8374b9dd07d44c13341ac624))
31+
* add sample soql file ([c8e9b25](https://github.com/highlightjs/highlightjs-apex/commit/c8e9b25a438b3f1a8374b9dd07d44c13341ac624))
32+
33+
34+
### Build System
35+
36+
* include cdn-assets in package ([#35](https://github.com/highlightjs/highlightjs-apex/issues/35)) ([87b56a8](https://github.com/highlightjs/highlightjs-apex/commit/87b56a84b4fcb5e10f32ef798068a75760ca7ed5))
37+
* use default npm registry ([87b56a8](https://github.com/highlightjs/highlightjs-apex/commit/87b56a84b4fcb5e10f32ef798068a75760ca7ed5))
38+
39+
40+
### Continuous Integration
41+
42+
* **dependabot:** auto-rename dependabot update PRs ([#33](https://github.com/highlightjs/highlightjs-apex/issues/33)) ([ca9a5ed](https://github.com/highlightjs/highlightjs-apex/commit/ca9a5ed0e005919d3734ad55c9fda4a4106a240f))
43+
* **dependabot:** update dependabot PRs only if opened by dependabot ([#36](https://github.com/highlightjs/highlightjs-apex/issues/36)) ([5a19c11](https://github.com/highlightjs/highlightjs-apex/commit/5a19c11376efc3e35e4134d85e1790c238d0b84f))
44+
345
## [1.3.2](https://github.com/highlightjs/highlightjs-apex/compare/v1.3.1...v1.3.2) (2023-11-07)
446

547

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

0 commit comments

Comments
 (0)