From 9203a88c6f123323b93cba7a32874ce37aec6986 Mon Sep 17 00:00:00 2001 From: Kevin Van Lierde Date: Wed, 21 Feb 2024 23:45:34 +0100 Subject: [PATCH] Release 1.0.0 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..1e4c13d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +### Changelog + +All notable changes to this project will be documented in this file. Dates are displayed in UTC. + +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +#### 1.0.0 + +- 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) +- feat: avoid circular refs by omitting the "refs" property of files when accessed from another file's refs. [`1ea336d`](https://github.com/metalsmith/refs/commit/1ea336d31ec9bb06934f9f872814640814946cc3) +- test: refactor fixture fn [`a81fb1b`](https://github.com/metalsmith/refs/commit/a81fb1b814f93f0b0bb9478f01237e097d8b0209) +- Throw on unresolved refs, reworks error generation, reaches 100% test coverage [`8e365fa`](https://github.com/metalsmith/refs/commit/8e365fa95252523a61b275299cde98a74df235b3) +- fix: path normalization, example correction, TS types, comments cleanup [`ad01194`](https://github.com/metalsmith/refs/commit/ad011944467bc396826417e338c92d5a7be91557) diff --git a/package-lock.json b/package-lock.json index 9461e59..a1ec799 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@metalsmith/refs", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@metalsmith/refs", - "version": "0.0.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "debug": "^4.3.4", diff --git a/package.json b/package.json index 5b6ab11..2176861 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metalsmith/refs", - "version": "0.0.0", + "version": "1.0.0", "description": "A metalsmith plugin to refer to other files and global metadata from a file's refs property", "keywords": [ "reference",