Skip to content

Commit 201fce6

Browse files
chore(main): release 2.0.2
1 parent 77f6bae commit 201fce6

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.1"
2+
".": "2.0.2"
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+
## [2.0.2](https://github.com/grantcodes/micropub/compare/v2.0.1...v2.0.2) (2026-02-23)
4+
5+
6+
### Bug Fixes
7+
8+
* change test file loading ([550cacd](https://github.com/grantcodes/micropub/commit/550cacd2f0fbc8d9242402912cc1491f80e87b23))
9+
* test files not found ([8c917ad](https://github.com/grantcodes/micropub/commit/8c917ad9c6f7d316c25e789e1de8292e8d2b103c))
10+
311
## [2.0.1](https://github.com/grantcodes/micropub/compare/v2.0.0...v2.0.1) (2025-02-15)
412

513

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": "micropub-helper",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A simple helper class for creating micropub clients",
55
"keywords": [
66
"micropub",

0 commit comments

Comments
 (0)