Skip to content

Commit

Permalink
chore(main): release 1.3.2 (#28)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.3.2](v1.3.1...v1.3.2)
(2023-11-07)


### Code Refactoring

* **apex:** rearrange class for readability
([#29](#29))
([e73a679](e73a679))
* rearrange modules to better order for parsing
([#30](#30))
([b8e8a6f](b8e8a6f))


### Styles

* **monokai-sublime-apex:** update theme subscopes
([#27](#27))
([837b79f](837b79f))

---
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>
  • Loading branch information
github-actions[bot] committed Nov 7, 2023
1 parent b8e8a6f commit 0181506
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.3.1"
".": "1.3.2"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.3.2](https://github.com/highlightjs/highlightjs-apex/compare/v1.3.1...v1.3.2) (2023-11-07)


### Code Refactoring

* **apex:** rearrange class for readability ([#29](https://github.com/highlightjs/highlightjs-apex/issues/29)) ([e73a679](https://github.com/highlightjs/highlightjs-apex/commit/e73a679f7b07b819978f49dba7c9cbb299058cdd))
* rearrange modules to better order for parsing ([#30](https://github.com/highlightjs/highlightjs-apex/issues/30)) ([b8e8a6f](https://github.com/highlightjs/highlightjs-apex/commit/b8e8a6f5700ab53107757fef6f510035cbbec0d5))


### Styles

* **monokai-sublime-apex:** update theme subscopes ([#27](https://github.com/highlightjs/highlightjs-apex/issues/27)) ([837b79f](https://github.com/highlightjs/highlightjs-apex/commit/837b79f5cd0ae7db19eaa0436c1884a31e56f95e))

## [1.3.1](https://github.com/highlightjs/highlightjs-apex/compare/v1.3.0...v1.3.1) (2023-11-02)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "highlightjs-apex",
"version": "1.3.1",
"version": "1.3.2",
"description": "Apex Language of Salesforce highlighting plugin for highlight.js",
"main": "src/languages/apex.js",
"scripts": {
Expand Down

0 comments on commit 0181506

Please sign in to comment.