Skip to content

Commit fd77e45

Browse files
authored
Merge pull request #24 from intersystems/refutureproof-isc-json
fix: work around semver bug
2 parents 2b959bf + 6c401e6 commit fd77e45

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

8+
## [1.1.6] - 2025-06-16
9+
### Fixed
10+
- Work around IPM semantic versioning bug from past release
11+
812
## [1.1.5] - 2025-06-11
913
### Fixed
1014
- Future-proof for isc.json 3.x compatibility (^2.0.1 || ^3.0.0)

module.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<Export generator="Cache" version="25">
33
<Document name="isc.ipm.js.ZPM"><Module>
44
<Name>isc.ipm.js</Name>
5-
<Version>1.1.5</Version>
5+
<Version>1.1.6</Version>
66
<Dependencies>
77
<ModuleReference>
88
<Name>isc.json</Name>
9-
<Version>^2.0.1 || ^3.0.0</Version>
9+
<Version>&gt;=2.0.1 &lt;4.0.0</Version>
1010
</ModuleReference>
1111
</Dependencies>
1212
<Packaging>module</Packaging>

0 commit comments

Comments
 (0)