Skip to content

Commit 6a63bc5

Browse files
Chore(release): 1.4.2 [skip ci]
## [1.4.2](v1.4.1...v1.4.2) (2026-02-20) ### Chore * Fix falsy attr test to expect false instead of true (refs #52) ([25cd565](25cd565)), closes [#52](#52) * Update tests to match corrected behaviour (refs #52) ([58aa7a9](58aa7a9)), closes [#52](#52) ### Fix * Apply audit fixes (fixes #52) (#53) ([06ed115](06ed115)), closes [#52](#52) [#53](#53) * Prevent double slash in Router path concatenation (fixes #52) ([8fceaef](8fceaef)), closes [#52](#52) * Set has* to false when request attribute is falsy (refs #52) ([cb78aae](cb78aae)), closes [#52](#52)
1 parent 06ed115 commit 6a63bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adapt-authoring-server",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Provides an Express application routing and more",
55
"homepage": "https://github.com/adapt-security/adapt-authoring-server",
66
"license": "GPL-3.0",

0 commit comments

Comments
 (0)