Skip to content

chore(main): release 1.3.0 #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3.0"
}
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

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


### Features

* API 59.0 update ([#16](https://github.com/highlightjs/highlightjs-apex/issues/16)) ([0616140](https://github.com/highlightjs/highlightjs-apex/commit/061614019923e77b37927faa3943de98194099f9)), closes [#23](https://github.com/highlightjs/highlightjs-apex/issues/23)


### 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))
* Monokai-Sublime-Apex theme has been revised ([0616140](https://github.com/highlightjs/highlightjs-apex/commit/061614019923e77b37927faa3943de98194099f9))


### Documentation

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


### 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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "highlightjs-apex",
"version": "1.2.1",
"version": "1.3.0",
"description": "Apex Language of Salesforce highlighting plugin for highlight.js",
"main": "src/languages/apex.js",
"scripts": {
"test": "mocha --reporter spec",
"mocha": "mocha test/markup",
"npm-beta": "npm version patch && npm publish --tag beta",
"npm-patch": "npm version patch && npm publish",
"npm-patch": "npm version patch && npm publish",
"prettier:verify": "prettier --list-different \"{test,src,demo,scripts}/**/*\"",
"prettier": "prettier --write \"{test,src,demo,scripts}/**/*\""
},
Expand Down