Skip to content

Commit 5e9f06f

Browse files
committed
chore: bump to v2.3.0
1 parent 4f6a5b1 commit 5e9f06f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.3.0] - 2023-08-01
8+
9+
### Updates
10+
- Add a reference to the `navigator` global object (#18)
11+
- Uplift devDependencies
12+
713
## [2.2.0] - 2023-07-17
814

915
### Updates

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ficusjs/testing",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Helper functions for component testing",
55
"type": "module",
66
"main": "src/index.mjs",

0 commit comments

Comments
 (0)