Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 4.21 KB

File metadata and controls

55 lines (31 loc) · 4.21 KB

Changelog

1.0.2 (2021-12-09)

Bug Fixes

  • publish: fix glob pattern of including CHANGELOG.md in the files field of package.json files (#315) (95a36db)

Commits

show 1 commits
  • 95a36db fix(publish): fix glob pattern of including CHANGELOG.md in the files field of package.json files (#315)

1.0.1 (2021-12-09)

Bug Fixes

  • publish: fix files field in package.json files to ensure appropriate files are published (#311) (99fc7fe)

Commits

show 10 commits
  • 99fc7fe fix(publish): fix files field in package.json files to ensure appropriate files are published (#311)
  • bd56af3 chore(deps): update dependency typescript to v4.5.2 (#267)
  • 16d5207 chore(deps): update dependency tsd to v0.19.0 (#268)
  • 3d30444 chore(deps): update dependency typescript to v4.4.4 (#234)
  • e3ce2bd chore(deps): update dependency tsd to v0.18.0 (#232)
  • cfc9a3f build(npm-scripts): use ultra-runner to enable caching in builds (#202)
  • e35e937 chore(deps): move the dependencies defined in the project root to within each submodule (#200)
  • ef0b0a2 chore(deps): update dependency tsd to v0.17.0 (#125)
  • 8fc1154 chore(deps): update dependency tsd to v0.16.0 (#111)
  • 8ffe119 chore(deps): update dependency tsd to v0.15.1 (#54)

1.0.0 (2021-04-10)

Features

  • ts-type-util-is-readonly-array: create a new package (#28) (dc41544)

Commits

show 1 commits
  • dc41544 feat(ts-type-util-is-readonly-array): create a new package (#28)