Skip to content

Commit 24838df

Browse files
committed
Release 1.1.0
1 parent 22d9788 commit 24838df

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [1.1.0](https://github.com/metalsmith/refs/compare/1.0.0...1.1.0)
8+
9+
- Remove unnecessary debug dependency [`c5286a3`](https://github.com/metalsmith/refs/commit/c5286a33b9dd6bb7d4b6c682c837e8b1ded3e02a)
10+
- Fixes id lookups not matching outside of pattern option [`1a0fb52`](https://github.com/metalsmith/refs/commit/1a0fb52ac33d5f705595f86fe7253b87674bd5de)
11+
- Log warning & prevent crashing when refs.<item> is not or no longer a string [`6675423`](https://github.com/metalsmith/refs/commit/6675423e26663e8474915cc86b35af0143fb3ef5)
12+
- Correct license declaration in package.json [`29ad9e7`](https://github.com/metalsmith/refs/commit/29ad9e7903ea65f5ac60d8a41c62295f9a675f76)
13+
714
#### 1.0.0
815

16+
> 21 February 2024
17+
918
- Initial commit [`705ae70`](https://github.com/metalsmith/refs/commit/705ae7043532dbac1b87737f59cb5f2f5a5ef600)
1019
- Refs initial repo setup & implementation [`6541744`](https://github.com/metalsmith/refs/commit/6541744e83588fce06327dea49eab7c1bfbe64e6)
1120
- Swap Object.defineProperty for Proxy refs implementation [`b851979`](https://github.com/metalsmith/refs/commit/b85197995c9d9d3acddc0a48b2126d3b59877e9d)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metalsmith/refs",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A metalsmith plugin to refer to other files and global metadata from a file's refs property",
55
"keywords": [
66
"reference",

0 commit comments

Comments
 (0)