@alexanderfortin/pi-tavily-tools 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -11
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,27 @@
|
|
|
1
|
-
|
|
1
|
+
## [0.5.1](https://github.com/shaftoe/pi-tavily-tools/compare/v0.5.0...v0.5.1) (2026-04-08)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
- ensure release process create a clean changelog ([a75777d](https://github.com/shaftoe/pi-tavily-tools/commit/a75777ddc8a31b6357f478e27bb5092e9df9fef3))
|
|
7
7
|
|
|
8
|
+
# Changelog
|
|
9
|
+
|
|
10
|
+
All notable changes to this project will be documented in this file.
|
|
11
|
+
|
|
12
|
+
This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and
|
|
13
|
+
uses [semantic-release](https://semantic-release.gitbook.io/) for automated releases.
|
|
14
|
+
The format is based on [Keep a Changelog](https://keepachangelog.org/en/1.1.0/).
|
|
15
|
+
|
|
16
|
+
## [0.5.0](https://github.com/shaftoe/pi-tavily-tools/compare/v0.4.1...v0.5.0) (2026-04-08)
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
- format changelog to make linter happy ([c7987f5](https://github.com/shaftoe/pi-tavily-tools/commit/c7987f547cc91d64475062dc22365311067e54e8))
|
|
8
21
|
|
|
9
22
|
### Features
|
|
10
23
|
|
|
11
|
-
|
|
24
|
+
- increase default max_results from 5 to 8 ([661a995](https://github.com/shaftoe/pi-tavily-tools/commit/661a9957911afcbd170d0318308a56f4653e8dc4))
|
|
12
25
|
|
|
13
26
|
## [0.4.1](https://github.com/shaftoe/pi-tavily-tools/compare/v0.4.0...v0.4.1) (2026-04-08)
|
|
14
27
|
|
|
@@ -16,7 +29,7 @@
|
|
|
16
29
|
|
|
17
30
|
- sanitize provider errors to prevent credential leakage ([#7](https://github.com/shaftoe/pi-tavily-tools/issues/7)) ([792a0a2](https://github.com/shaftoe/pi-tavily-tools/commit/792a0a28dcfb8e82a2711db16c492769b1361504))
|
|
18
31
|
|
|
19
|
-
|
|
32
|
+
## [0.4.0](https://github.com/shaftoe/pi-tavily-tools/compare/v0.3.1...v0.4.0) (2026-04-08)
|
|
20
33
|
|
|
21
34
|
### Bug Fixes
|
|
22
35
|
|
|
@@ -26,13 +39,6 @@
|
|
|
26
39
|
|
|
27
40
|
- add semantic release to automate releases ([ae572b0](https://github.com/shaftoe/pi-tavily-tools/commit/ae572b0c2c2529e8b9abc2b70268390bb226aba8))
|
|
28
41
|
|
|
29
|
-
# Changelog
|
|
30
|
-
|
|
31
|
-
All notable changes to this project will be documented in this file.
|
|
32
|
-
|
|
33
|
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
34
|
-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
35
|
-
|
|
36
42
|
## [0.3.1] - 2026-04-06
|
|
37
43
|
|
|
38
44
|
### Changed
|
package/package.json
CHANGED