webring 1.4.1 → 1.5.0

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 +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.5.0](https://github.com/shepherdjerred/webring/compare/v1.4.1...v1.5.0) (2026-01-20)
9
+
10
+
11
+ ### Features
12
+
13
+ * add Plausible analytics to TypeDoc docs ([e416ae6](https://github.com/shepherdjerred/webring/commit/e416ae678886112973910f819fe2062c027043b4))
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * use customJs instead of invalid customHead option for Plausible ([4c7b1d7](https://github.com/shepherdjerred/webring/commit/4c7b1d733d90ef8c94448fe5ece9d0141ee9ef24))
19
+
8
20
  ## [1.4.1](https://github.com/shepherdjerred/webring/compare/v1.4.0...v1.4.1) (2026-01-19)
9
21
 
10
22
 
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "url": "https://github.com/shepherdjerred/webring/issues"
17
17
  },
18
18
  "type": "module",
19
- "version": "1.4.1",
19
+ "version": "1.5.0",
20
20
  "scripts": {
21
21
  "prepare": "husky",
22
22
  "lint": "eslint src --cache",