@shgysk8zer0/11ty-netlify 1.1.21 → 1.1.24

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 +16 -1
  2. package/package.json +5 -2
package/CHANGELOG.md CHANGED
@@ -1,11 +1,26 @@
1
+ <!-- markdownlint-disable -->
1
2
  # Changelog
2
3
  All notable changes to this project will be documented in this file.
3
4
 
4
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
- <!-- markdownlint-disable -->
7
7
  ## [Unreleased]
8
8
 
9
+ ## [v1.1.24] - 2024-09-19
10
+
11
+ ### Changed
12
+ - Update dependencies and config
13
+
14
+ ## [v1.1.23] - 2024-07-14
15
+
16
+ ### Changed
17
+ - Yet more updates
18
+
19
+ ## [v1.1.22] - 2024-05-21
20
+
21
+ ### Changed
22
+ - Update `npm-utils` with more fixes
23
+
9
24
  ## [v1.1.21] - 2024-05-21
10
25
 
11
26
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shgysk8zer0/11ty-netlify",
3
- "version": "1.1.21",
3
+ "version": "1.1.24",
4
4
  "engines": {
5
5
  "node": ">=18.13.0"
6
6
  },
@@ -64,7 +64,7 @@
64
64
  "@shgysk8zer0/css-utils": "^1.2.0",
65
65
  "@shgysk8zer0/importmap": "^1.2.5",
66
66
  "@shgysk8zer0/js-utils": "^1.0.1",
67
- "@shgysk8zer0/npm-utils": "^1.1.0",
67
+ "@shgysk8zer0/npm-utils": "^1.1.3",
68
68
  "@shgysk8zer0/rollup-import": "^1.2.3",
69
69
  "@shgysk8zer0/svg-use-symbols": "^1.1.2",
70
70
  "eslint-plugin-frontmatter2": "^1.0.0",
@@ -73,5 +73,8 @@
73
73
  "js-yaml": "^4.1.0",
74
74
  "markdown-it": "^14.0.0",
75
75
  "netlify-cli": "^17.0.0"
76
+ },
77
+ "devDependencies": {
78
+ "@shgysk8zer0/eslint-config": "^1.0.1"
76
79
  }
77
80
  }