Skip to content

Commit f18eacb

Browse files
chore(master): release 1.0.0
1 parent 7772f2d commit f18eacb

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,20 @@
22

33
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.
44

5+
## [1.0.0](https://github.com/MapColonies/read-pkg/compare/v0.0.1...v1.0.0) (2025-01-05)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* added engine setting to package.json ([#4](https://github.com/MapColonies/read-pkg/issues/4))
11+
12+
### Features
13+
14+
* added backstage doc ([b36ef35](https://github.com/MapColonies/read-pkg/commit/b36ef350cdda846ce9dc94be24a72f8a2973f397))
15+
16+
17+
### Build System
18+
19+
* added engine setting to package.json ([#4](https://github.com/MapColonies/read-pkg/issues/4)) ([6d020c8](https://github.com/MapColonies/read-pkg/commit/6d020c88f99bb2ed0934fac56e046ede3794fc70))
20+
521
### 0.0.1 (2021-09-14)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@map-colonies/read-pkg",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "This is a helper for reading and parsing package json files",
55
"main": "./dist/index.js",
66
"exports": {

0 commit comments

Comments
 (0)