Skip to content

Commit

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


##
[1.3.0](v1.2.1...v1.3.0)
(2023-11-02)


### Features

* API 59.0 update
([#16](#16))
([0616140](0616140)),
closes [#23](#23)


### Styles

* **CSS:** create Monokai Sublime Apex theme
([#18](#18))
([d8a6ca1](d8a6ca1))
* Monokai-Sublime-Apex theme has been revised
([0616140](0616140))


### Documentation

* update README
([56651b3](56651b3))
* update sample code image
([e71c1b9](e71c1b9))


### Build System

* **changelog:** remove auto-changelog
([#21](#21))
([4c82447](4c82447))


### Continuous Integration

* **codeql:** limit run to js updates
([d8d11f8](d8d11f8))
* **npm:** add npm upload to release script
([#22](#22))
([372d827](372d827))
* **npm:** configure npm
([#24](#24))
([56651b3](56651b3))

---
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] authored Nov 2, 2023
1 parent 0616140 commit 42f885c
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 5 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.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

0 comments on commit 42f885c

Please sign in to comment.