Skip to content

Commit 027cab4

Browse files
chore(main): release 1.1.0 (#756)
πŸ€– I have created a release *beep* *boop* --- ## [1.1.0](v1.0.2...v1.1.0) (2026-03-07) ### πŸš€ Features * add function to validate `funding` ([#751](#751)) ([93acebf](93acebf)) * add function to validate `packageManager` ([#746](#746)) ([457a84d](457a84d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 457a84d commit 027cab4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.2"
2+
".": "1.1.0"
33
}

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/michaelfaith/package-json-validator/compare/v1.0.2...v1.1.0) (2026-03-07)
4+
5+
6+
### πŸš€ Features
7+
8+
* add function to validate `funding` ([#751](https://github.com/michaelfaith/package-json-validator/issues/751)) ([93acebf](https://github.com/michaelfaith/package-json-validator/commit/93acebfb1daced42fd17e9551ca94be34fdfd5aa))
9+
* add function to validate `packageManager` ([#746](https://github.com/michaelfaith/package-json-validator/issues/746)) ([457a84d](https://github.com/michaelfaith/package-json-validator/commit/457a84d8c2b0687eb918fdd8ab43729119352302))
10+
311
## [1.0.2](https://github.com/michaelfaith/package-json-validator/compare/v1.0.1...v1.0.2) (2026-03-01)
412

513

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "package-json-validator",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Tools to validate package.json files.",
55
"keywords": [
66
"lint",

0 commit comments

Comments
Β (0)