From 684361510ea1ac6ccbdd7b1fe5940d828af8fb76 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 31 Jan 2024 14:16:28 -0800 Subject: [PATCH] v1.0.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03a962f..8ed15e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,3 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## v1.0.0 - 2024-01-31 + +### Commits + +- Initial implementation, tests, readme [`6f7e424`](https://github.com/inspect-js/is-data-view/commit/6f7e4244ae9d766309b8f050c0b786e9c0692825) +- Initial commit [`4b7ea57`](https://github.com/inspect-js/is-data-view/commit/4b7ea57d6942dd268bcda990a96b8cd663b19eb8) +- npm init [`25130e2`](https://github.com/inspect-js/is-data-view/commit/25130e2dbecc91d398cf74c39878aa89f5e604ab) +- Only apps should have lockfiles [`18cde47`](https://github.com/inspect-js/is-data-view/commit/18cde474201a292ebdaa704d232127c814cb1d0e) diff --git a/package.json b/package.json index 14ba4f4..65718cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "is-data-view", - "version": "0.0.0", + "version": "1.0.0", "description": "Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.", "main": "index.js", "exports": {