Skip to content

Commit

Permalink
chore(main): release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 2, 2023
1 parent 56651b3 commit 7596a8b
Show file tree
Hide file tree
Showing 4 changed files with 28 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.2.1"
".": "1.2.2"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [1.2.2](https://github.com/highlightjs/highlightjs-apex/compare/v1.2.1...v1.2.2) (2023-11-02)


### Styles

* **CSS:** create Monokai Sublime Apex theme ([#18](https://github.com/highlightjs/highlightjs-apex/issues/18)) ([d8a6ca1](https://github.com/highlightjs/highlightjs-apex/commit/d8a6ca196ea3c557fe8280a97001d5957dfbfa51))


### Documentation

* update README ([56651b3](https://github.com/highlightjs/highlightjs-apex/commit/56651b3aeef2246b8cac89b5361b364fbfbd6be4))


### Build System

* **changelog:** remove auto-changelog ([#21](https://github.com/highlightjs/highlightjs-apex/issues/21)) ([4c82447](https://github.com/highlightjs/highlightjs-apex/commit/4c82447cd030b3022157783573586ab22355467d))


### Continuous Integration

* **codeql:** limit run to js updates ([d8d11f8](https://github.com/highlightjs/highlightjs-apex/commit/d8d11f8c185a9b6253d279949c5506a044b75386))
* **npm:** add npm upload to release script ([#22](https://github.com/highlightjs/highlightjs-apex/issues/22)) ([372d827](https://github.com/highlightjs/highlightjs-apex/commit/372d827700ec50470f0aab1a530935aede88e944))
* **npm:** configure npm ([#24](https://github.com/highlightjs/highlightjs-apex/issues/24)) ([56651b3](https://github.com/highlightjs/highlightjs-apex/commit/56651b3aeef2246b8cac89b5361b364fbfbd6be4))

## [1.2.1](https://github.com/highlightjs/highlightjs-apex/compare/v1.2.0...v1.2.1) (2023-11-02)

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

0 comments on commit 7596a8b

Please sign in to comment.