Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Dec 19, 2024
1 parent 22d9788 commit 24838df
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [1.1.0](https://github.com/metalsmith/refs/compare/1.0.0...1.1.0)

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

#### 1.0.0

> 21 February 2024
- Initial commit [`705ae70`](https://github.com/metalsmith/refs/commit/705ae7043532dbac1b87737f59cb5f2f5a5ef600)
- Refs initial repo setup & implementation [`6541744`](https://github.com/metalsmith/refs/commit/6541744e83588fce06327dea49eab7c1bfbe64e6)
- Swap Object.defineProperty for Proxy refs implementation [`b851979`](https://github.com/metalsmith/refs/commit/b85197995c9d9d3acddc0a48b2126d3b59877e9d)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metalsmith/refs",
"version": "1.0.0",
"version": "1.1.0",
"description": "A metalsmith plugin to refer to other files and global metadata from a file's refs property",
"keywords": [
"reference",
Expand Down

0 comments on commit 24838df

Please sign in to comment.