We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f6a5b1 commit 5e9f06fCopy full SHA for 5e9f06f
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [2.3.0] - 2023-08-01
8
+
9
+### Updates
10
+- Add a reference to the `navigator` global object (#18)
11
+- Uplift devDependencies
12
13
## [2.2.0] - 2023-07-17
14
15
### Updates
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ficusjs/testing",
3
- "version": "2.2.0",
+ "version": "2.3.0",
"description": "Helper functions for component testing",
"type": "module",
"main": "src/index.mjs",
0 commit comments