@shgysk8zer0/importmap 1.2.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 +6 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -6,12 +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.2.1] - 2023-07-03
10
+
11
+ ### Fixed
12
+ - Version/release issues
13
+
9
14
  ## [v1.1.1] - 2023-07-03
10
15
 
11
16
  ### Fixed
12
17
  - Actually update node
13
18
 
14
- ## [v1.1.0] - 2023-07-03
19
+ ## [v1.2.0] - 2023-07-03
15
20
 
16
21
  ### Changed
17
22
  - Update to node 20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shgysk8zer0/importmap",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "engines": {
5
5
  "node": ">=18.0.0"
6
6
  },