From 0181506dfb41ca7a533e13b7de7c06258eca0f16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 21:17:42 -0800 Subject: [PATCH] chore(main): release 1.3.2 (#28) :robot: I have created a release *beep* *boop* --- ## [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)) --- 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> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c8cc958..50873c2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.1" + ".": "1.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6859dcb..da21a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index d076fec..c787e82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "highlightjs-apex", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "highlightjs-apex", - "version": "1.3.1", + "version": "1.3.2", "license": "MIT", "dependencies": { "highlight.js": "11.9.0" diff --git a/package.json b/package.json index 9314333..9449490 100644 --- a/package.json +++ b/package.json @@ -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": {