Skip to content

Commit

Permalink
Merge branch 'master' into feature/TRIT-582-Implement-SDK-Compatibili…
Browse files Browse the repository at this point in the history
…ty-for-Custom-Sorts
  • Loading branch information
AEmberson committed Oct 24, 2024
2 parents c2cd471 + 4f28cf5 commit 61f4765
Showing 4 changed files with 19 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.12.3](https://github.com/amplience/dc-delivery-sdk-js/compare/v0.12.2...v0.12.3) (2024-10-23)


### Bug Fixes

* changed filter method to remove content on truthy result content on ([5b2a66f](https://github.com/amplience/dc-delivery-sdk-js/commit/5b2a66f8576e27a71d53b140bc14850f114e71df))
* stripped functions off of returned object ([10f8a51](https://github.com/amplience/dc-delivery-sdk-js/commit/10f8a51e2d268ad74fd977ae25dc32cacc522364))

## [0.12.2](https://github.com/amplience/dc-delivery-sdk-js/compare/v0.12.1...v0.12.2) (2024-10-08)


### Bug Fixes

* **readme:** TRIT-583 - testing.

## [0.12.1](https://github.com/amplience/dc-delivery-sdk-js/compare/v0.12.0...v0.12.1) (2023-10-27)


1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -733,3 +733,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
..
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dc-delivery-sdk-js",
"version": "0.12.1",
"version": "0.12.3",
"description": "Amplience Dynamic Content Delivery SDK",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",

0 comments on commit 61f4765

Please sign in to comment.