diff --git a/CHANGELOG.md b/CHANGELOG.md index 95c8536..0bd8114 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [6.2.0](https://github.com/marko-js/testing-library/compare/v6.1.5...v6.2.0) (2024-02-14) + + +### Features + +* expose normalize api ([#24](https://github.com/marko-js/testing-library/issues/24)) ([80bd74a](https://github.com/marko-js/testing-library/commit/80bd74afcf1fbf072955c164c2f63e111589c1ec)) + ### [6.1.5](https://github.com/marko-js/testing-library/compare/v6.1.4...v6.1.5) (2023-12-07) diff --git a/package-lock.json b/package-lock.json index ed7a1a0..2d50537 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@marko/testing-library", - "version": "6.1.5", + "version": "6.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@marko/testing-library", - "version": "6.1.5", + "version": "6.2.0", "license": "MIT", "dependencies": { "@testing-library/dom": "^9", diff --git a/package.json b/package.json index 7988331..04f6339 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@marko/testing-library", "description": "Simple and complete Marko testing utilities that encourage good testing practices.", - "version": "6.1.5", + "version": "6.2.0", "author": "Dylan Piercey ", "browser": "dist/index-browser.js", "bugs": "https://github.com/marko-js/testing-library/issues",