Skip to content

Commit a36ef04

Browse files
authored
Merge pull request #31 from grantcodes/release-please--branches--next--components--micropub-helper
chore(next): release 2.0.0
2 parents 87f5523 + 5275e4d commit a36ef04

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [2.0.0](https://github.com/grantcodes/micropub/compare/v1.6.2...v2.0.0) (2024-03-19)
4+
5+
6+
### Features
7+
8+
* replace axios with native fetch and fix tests ([6492e34](https://github.com/grantcodes/micropub/commit/6492e34e61caf371f88532b77d768117f12ea056))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* release 2.0.0 ([87f5523](https://github.com/grantcodes/micropub/commit/87f5523df58e2fa6e71034547307b209bd6f63b1))

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

0 commit comments

Comments
 (0)