Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ ".": "0.0.1" }
{".":"1.0.0"}

Check failure on line 1 in .release-please-manifest.json

View workflow job for this annotation

GitHub Actions / Prettier

.release-please-manifest.json#L1

There are issues with this file's formatting, please run Prettier to fix the errors
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,32 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.0](https://github.com/MapColonies/read-pkg/compare/read-pkg-v0.0.1...read-pkg-v1.0.0) (2025-02-03)


### ⚠ BREAKING CHANGES

* added engine setting to package.json ([#4](https://github.com/MapColonies/read-pkg/issues/4))

### Features

* added backstage doc ([b36ef35](https://github.com/MapColonies/read-pkg/commit/b36ef350cdda846ce9dc94be24a72f8a2973f397))


### Dependency Updates

* bump type-fest from 4.26.1 to 4.33.0 ([#28](https://github.com/MapColonies/read-pkg/issues/28)) ([ec56815](https://github.com/MapColonies/read-pkg/commit/ec56815d3d38b63bdd79bb41a9aa6ae0189158b9))


### Code Refactoring

* modernized ([#3](https://github.com/MapColonies/read-pkg/issues/3)) ([509bda0](https://github.com/MapColonies/read-pkg/commit/509bda0e068c639a2439637b5319b56cc2b0359d))


### Build System

* added engine setting to package.json ([#4](https://github.com/MapColonies/read-pkg/issues/4)) ([6d020c8](https://github.com/MapColonies/read-pkg/commit/6d020c88f99bb2ed0934fac56e046ede3794fc70))
* **deps:** npm-check-updates ([6054536](https://github.com/MapColonies/read-pkg/commit/6054536ffdd29ab51c0db21653cd05a26bc69911))
* **deps:** npm-check-updates ([#1](https://github.com/MapColonies/read-pkg/issues/1)) ([ff28659](https://github.com/MapColonies/read-pkg/commit/ff28659e8b41d6b79b7bdd920b25afe5560feef6))

### 0.0.1 (2021-09-14)
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": "@map-colonies/read-pkg",
"version": "0.0.1",
"version": "1.0.0",
"description": "This is a helper for reading and parsing package json files",
"main": "./dist/index.js",
"exports": {
Expand Down