@shgysk8zer0/importmap 1.1.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -6,7 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
- ## [v1.1.0] - 2023-07-03
9
+ ## [v1.2.1] - 2023-07-03
10
+
11
+ ### Fixed
12
+ - Version/release issues
13
+
14
+ ## [v1.1.1] - 2023-07-03
15
+
16
+ ### Fixed
17
+ - Actually update node
18
+
19
+ ## [v1.2.0] - 2023-07-03
10
20
 
11
21
  ### Changed
12
22
  - Update to node 20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shgysk8zer0/importmap",
3
- "version": "1.1.0",
3
+ "version": "1.2.1",
4
4
  "engines": {
5
5
  "node": ">=18.0.0"
6
6
  },