Skip to content

Commit 05e9f86

Browse files
chore: release main (#13)
1 parent c42d949 commit 05e9f86

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
".": "0.4.0",
2+
".": "0.5.0",
33
"things/testurl": "1.2.0",
44
"helpers/counter": "0.2.0",
5-
"fakes/fakectx": "0.0.0"
5+
"fakes/fakectx": "1.0.0"
66
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.5.0](https://github.com/madflojo/testlazy/compare/v0.4.0...v0.5.0) (2025-11-24)
6+
7+
8+
### Features
9+
10+
* **fakes/fakectx:** introduce fakectx package for testing contexts 🧪 ([#12](https://github.com/madflojo/testlazy/issues/12)) ([5510b54](https://github.com/madflojo/testlazy/commit/5510b54d500390368b6c94846807d547693979dd))
11+
512
## [0.4.0](https://github.com/madflojo/testlazy/compare/v0.3.0...v0.4.0) (2025-08-30)
613

714

fakes/fakectx/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-11-24)
4+
5+
6+
### Features
7+
8+
* **fakes/fakectx:** introduce fakectx package for testing contexts 🧪 ([#12](https://github.com/madflojo/testlazy/issues/12)) ([5510b54](https://github.com/madflojo/testlazy/commit/5510b54d500390368b6c94846807d547693979dd))

0 commit comments

Comments
 (0)