diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 30b6d45..582db2f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.1" + ".": "0.10.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8223784..97839b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.10.2 (2024-12-21) + +Full Changelog: [v0.10.1...v0.10.2](https://github.com/openlayer-ai/openlayer-ts/compare/v0.10.1...v0.10.2) + +### Chores + +* **internal:** codegen related update ([#97](https://github.com/openlayer-ai/openlayer-ts/issues/97)) ([6ff949f](https://github.com/openlayer-ai/openlayer-ts/commit/6ff949f3a13376f97f1449669e608594917bfeff)) +* **internal:** codegen related update ([#99](https://github.com/openlayer-ai/openlayer-ts/issues/99)) ([12ce253](https://github.com/openlayer-ai/openlayer-ts/commit/12ce253819091fbba1ea860cca7b75ada7ae0711)) + + +### Documentation + +* minor formatting changes ([#100](https://github.com/openlayer-ai/openlayer-ts/issues/100)) ([44b41e7](https://github.com/openlayer-ai/openlayer-ts/commit/44b41e7f7e7bd292dacd7a35090c2d5b5c7119a1)) + ## 0.10.1 (2024-12-20) Full Changelog: [v0.10.0...v0.10.1](https://github.com/openlayer-ai/openlayer-ts/compare/v0.10.0...v0.10.1) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 96d78c7..bdec7d3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ ## Setting up the environment -This repository uses [`yarn@v1`](https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable). +This repository uses [`yarn@v1`](https://classic.yarnpkg.com/lang/en/docs/install). Other package managers may work but are not officially supported for development. To set up the repository, run: @@ -29,10 +29,10 @@ All files in the `examples/` directory are not modified by the generator and can … ``` -``` -chmod +x examples/.ts +```sh +$ chmod +x examples/.ts # run the example against your api -yarn tsn -T examples/.ts +$ yarn tsn -T examples/.ts ``` ## Using the repository from source diff --git a/package.json b/package.json index 29c2b3c..f56ff5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openlayer", - "version": "0.10.1", + "version": "0.10.2", "description": "The official TypeScript library for the Openlayer API", "author": "Openlayer ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 9289794..7483487 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.10.1'; // x-release-please-version +export const VERSION = '0.10.2'; // x-release-please-version