Skip to content

Commit

Permalink
chore(main): release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 13, 2024
1 parent c6db5d0 commit dcd7d1e
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.4.0"
".": "1.4.1"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.4.1](https://github.com/highlightjs/highlightjs-apex/compare/v1.4.0...v1.4.1) (2024-04-13)


### Build System

* **mocha:** Bump mocha from 10.3.0 to 10.4.0 ([#54](https://github.com/highlightjs/highlightjs-apex/issues/54)) ([25b7f05](https://github.com/highlightjs/highlightjs-apex/commit/25b7f05dc4c112243b6e1d3b08e4bd378f73051d))


### Continuous Integration

* **dependabot/fetch-metadata:** Bump dependabot/fetch-metadata from 1 to 2 ([#53](https://github.com/highlightjs/highlightjs-apex/issues/53)) ([c78c675](https://github.com/highlightjs/highlightjs-apex/commit/c78c675050027b8a0b4c701858c02b87629cdb64))
* **release-please:** Enforce sentence case for changelog entries ([c6db5d0](https://github.com/highlightjs/highlightjs-apex/commit/c6db5d05d94462bb6a15d1837466feca181e62ba))

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


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

0 comments on commit dcd7d1e

Please sign in to comment.