Skip to content

Commit

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


##
[1.4.0](v1.3.5...v1.4.0)
(2024-02-28)


### Features

* spring24 Apex updates
([#51](#51))
([fb5c5e6](fb5c5e6))


### Build System

* **mocha:** bump mocha from 10.2.0 to 10.3.0
([#50](#50))
([133be56](133be56))


### Continuous Integration

* **release-please:** fix action logic typo
([e6436a8](e6436a8))

---
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 Feb 28, 2024
1 parent e6436a8 commit 3d28c2c
Show file tree
Hide file tree
Showing 4 changed files with 21 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.5"
".": "1.4.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.4.0](https://github.com/highlightjs/highlightjs-apex/compare/v1.3.5...v1.4.0) (2024-02-28)


### Features

* spring24 Apex updates ([#51](https://github.com/highlightjs/highlightjs-apex/issues/51)) ([fb5c5e6](https://github.com/highlightjs/highlightjs-apex/commit/fb5c5e6b9a5f7cdda8e60ee630a599adcafd8b5f))


### Build System

* **mocha:** bump mocha from 10.2.0 to 10.3.0 ([#50](https://github.com/highlightjs/highlightjs-apex/issues/50)) ([133be56](https://github.com/highlightjs/highlightjs-apex/commit/133be568ae8f96c3cd4161c811c4df3dcf7f08f7))


### Continuous Integration

* **release-please:** fix action logic typo ([e6436a8](https://github.com/highlightjs/highlightjs-apex/commit/e6436a8c97a54f9b62bf0ae3524e7e2f833a5df8))

## [1.3.5](https://github.com/highlightjs/highlightjs-apex/compare/v1.3.4...v1.3.5) (2024-02-06)


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.5",
"version": "1.4.0",
"description": "Apex Language of Salesforce highlighting plugin for highlight.js",
"main": "src/languages/apex.js",
"scripts": {
Expand Down

0 comments on commit 3d28c2c

Please sign in to comment.