Skip to content

Commit 24764e9

Browse files
release: 1.0.0
1 parent d81dccb commit 24764e9

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1-alpha.0"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-08-18)
4+
5+
Full Changelog: [v0.0.1-alpha.0...v1.0.0](https://github.com/CASParser/cas-parser-node/compare/v0.0.1-alpha.0...v1.0.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([1e6c39a](https://github.com/CASParser/cas-parser-node/commit/1e6c39a1be39d9bdb89d50f43c26f178a4f24b39))
10+
* **api:** manual updates ([676d6a3](https://github.com/CASParser/cas-parser-node/commit/676d6a33df8f48f3c72d7589251b8e4616e3e866))
11+
* **api:** manual updates ([76afa40](https://github.com/CASParser/cas-parser-node/commit/76afa403b2222d928d99c5eb3a9229e03e0c1de2))
12+
* **api:** manual updates ([4b9ce92](https://github.com/CASParser/cas-parser-node/commit/4b9ce92d3d6adef435618d31f67679c1cd564a6e))
13+
* **api:** manual updates ([a4c7c4f](https://github.com/CASParser/cas-parser-node/commit/a4c7c4f49bedad0d5f27c4a30845a343985d1702))
14+
15+
16+
### Chores
17+
18+
* add docs to RequestOptions type ([bcdc5af](https://github.com/CASParser/cas-parser-node/commit/bcdc5af6492012646f690cd6e632790411db96eb))
19+
* **client:** improve path param validation ([d9e2f49](https://github.com/CASParser/cas-parser-node/commit/d9e2f4987c13a4e6e56757ccfc8c4f8105f84ff1))
20+
* **internal:** remove redundant imports config ([245bd3d](https://github.com/CASParser/cas-parser-node/commit/245bd3d586a4058218c56e915b29285e11abf795))
21+
* make some internal functions async ([cc8085d](https://github.com/CASParser/cas-parser-node/commit/cc8085d9c43e0ba0c3ff249518e2a3f890da15d0))
22+
* **ts:** reorder package.json imports ([7bd9452](https://github.com/CASParser/cas-parser-node/commit/7bd94525624bb8a8720b43b28bc7a073e60a653b))
23+
* update SDK settings ([d81dccb](https://github.com/CASParser/cas-parser-node/commit/d81dccbdc37c2440374d9e05f5a4d80bc1b16622))
24+
* update SDK settings ([a2f5d4c](https://github.com/CASParser/cas-parser-node/commit/a2f5d4cda1960a8ce0d3c41f8e6d40ec66829aee))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cas-parser",
3-
"version": "0.0.1-alpha.0",
3+
"version": "1.0.0",
44
"description": "The official TypeScript library for the Cas Parser API",
55
"author": "Cas Parser <[email protected]>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.0.1-alpha.0'; // x-release-please-version
1+
export const VERSION = '1.0.0'; // x-release-please-version

0 commit comments

Comments
 (0)