Skip to content

Latest commit

 

History

History
91 lines (51 loc) · 5.07 KB

CHANGELOG.md

File metadata and controls

91 lines (51 loc) · 5.07 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.0 (2024-02-14)

Bug Fixes

  • Standardised use of exports field across several projects. (77e3c08)

0.0.5 (2024-02-13)

Bug Fixes

  • Fixed wrong "exports" value in package.json (8cb7b95)

0.0.4 (2024-02-12)

Refactoring

  • Changing name to cno-package-meta for better consistency. (ef372fb)
  • Code updates. (4389b3d)
  • Updated README. (2278ad7)

Chores

0.0.3 (2022-08-24)

Documentation

0.0.2 (2022-08-24)

Chores

  • Last commit before finally publishing. (75e96a1)
  • Minor changes. (6334ea7)
  • Renaming package to simple-package-meta. (2c78a50)

0.0.1 (2022-08-24)

Features

  • Basic working implementation. (72104db)

Documentation

Tests

  • Added some safety checks for if pkg-up returns undefined. (f1871e3)
  • Added very primitive test file. (6761a0c)
  • Enhanced testing. (b1b67a3)
  • Fixed invalid cwd. (23944d9)
  • Getting somewhere. (13d616f)

Continuous Integration

  • Added basic CI. (5d1a37b)
  • Added setup for pnpm. (4fa51ad)
  • CI should finally be working. (d0fd925)
  • Expression syntax is weird.. (db88af1)
  • Forgot to fix the other instance. (0af60df)
  • Forgot to update config. (f01f1c0)
  • Forgot to update-config again. (31bcaf4)
  • Further improved coverage. (0036188)
  • Invokes NYC. (65dbf47)
  • Now taking full advantage of c8 for coverage. (39e41a6)
  • Still working on getting pnpm working. (ad03d27)
  • Trying out new coverage. (fd9d888)

Chores

  • Cleaning working directory in preparation of the first release. (8877e43)