Skip to content

Commit

Permalink
Update changelog with deprecated package version information
Browse files Browse the repository at this point in the history
  • Loading branch information
paustint committed Jan 13, 2024
1 parent 9d0b718 commit 3cbd9a7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 5.0.0
## 5.0.1

Jan 13, 2024

Expand All @@ -10,6 +10,10 @@ This was always the case, but prior to enabling strict typescript types, this we

For Typescript consumers that have strict null checks enabled, they may need to make code changes depending on usage.

## 5.0.0

💥 Did not publish correct assets - package was marked as deprecated on npm.

## 4.10.1

Jan 13, 2024
Expand All @@ -19,6 +23,8 @@ Updating types to match reality is a breaking change for consumers, so worked ar

## 4.10.0

💥 Use 4.10.1, this version was marked as deprecated because of accidental breaking change with is reverted in 4.10.1

Jan 13, 2024

- Fixed where clause's that have a field name beginning with `In` preceded by the `NOT` operator. These were parsed as `NOT IN` instead of `NOT` followed by a field name, example: `NOT Invoice__c`
Expand Down

0 comments on commit 3cbd9a7

Please sign in to comment.