Skip to content

Commit

Permalink
Merge pull request #34 from apex-dev-tools/33-bump-version-to-350
Browse files Browse the repository at this point in the history
Bump version to 3.5.0
  • Loading branch information
pwrightcertinia authored Oct 17, 2023
2 parents c107fe0 + f6b6977 commit f432ba7
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.5.0 - 2023-10-15

- Correct do-while to require block rather than statement

## 3.4.0 - 2023-08-22

- Support +/- sequences on numeric literals in switch 'when' expressions
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.4.0</version>
<version>3.5.0</version>
</dependency>

NPM

"@apexdevtools/apex-parser": "^3.4.0"
"@apexdevtools/apex-parser": "^3.5.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.4.0</version>
<version>3.5.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.4.0",
"version": "3.5.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 f432ba7

Please sign in to comment.