Skip to content

Commit

Permalink
chore: update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
pwrightcertinia committed Feb 15, 2024
1 parent cab19c4 commit e991fe6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# apex-parser - Changelog

## 3.6.0 - 2024-02-15

- Add null coalesce operator and expression

## 3.5.0 - 2023-10-15

- Correct do-while to require block rather than statement
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ Maven
<dependency>
<groupId>io.github.apex-dev-tools</groupId>
<artifactId>apex-parser</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
</dependency>

NPM

"@apexdevtools/apex-parser": "^3.5.0"
"@apexdevtools/apex-parser": "^3.6.0"

## Building

Expand Down
2 changes: 1 addition & 1 deletion jvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.github.apex-dev-tools</groupId>
<artifactId>apex-parser</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
<packaging>jar</packaging>

<name>apex-parser</name>
Expand Down
4 changes: 2 additions & 2 deletions npm/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 npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apexdevtools/apex-parser",
"version": "3.5.0",
"version": "3.6.0",
"author": "Apex Dev Tools Team <[email protected]> (https://github.com/apex-dev-tools)",
"bugs": "https://github.com/apex-dev-tools/apex-parser/issues",
"description": "Javascript parser for Salesforce Apex Language",
Expand Down

0 comments on commit e991fe6

Please sign in to comment.