Skip to content

Commit

Permalink
chore(main): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot committed Dec 2, 2024
1 parent 17d6e88 commit e5ee00d
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{".":"1.0.0"}
64 changes: 64 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,69 @@
# Changelog

## 1.0.0 (2024-12-02)


### ⚠ BREAKING CHANGES

* There is a breaking change
* Another breaking change
* Final breaking change
* first change
* other change
* another thing was done
* The fast-tracking feature was removed.
* other change
* remove tests on Node.js 10
*

### Features

* add a name to the function ([f00608e](https://github.com/cheminfo/test-package/commit/f00608eeea57ef9f568173f9e06ff8cd2c7294d9))
* add action to deploy to lactame ([5649d05](https://github.com/cheminfo/test-package/commit/5649d05ed8d6f864d1c31d0af9ed8a22d265d4f2))
* add new feature ([5e633b2](https://github.com/cheminfo/test-package/commit/5e633b2c73d4af3353748b8b8c4a04cd8dfbfe81))
* add something ([7872d79](https://github.com/cheminfo/test-package/commit/7872d795c3d9d224c71a62c970ec356f9d30e24e))
* convert to ESM ([2b4020a](https://github.com/cheminfo/test-package/commit/2b4020a9f8c33022a4ea1739ef0869e69d791266))
* first change ([75ddeb7](https://github.com/cheminfo/test-package/commit/75ddeb72ce6ca34a1ae2113e7eb172fef87a865a))
* no more fast-tracking ([94188ea](https://github.com/cheminfo/test-package/commit/94188ea709a20c75b99366d5bb36042e96daa035))
* other change ([75ddeb7](https://github.com/cheminfo/test-package/commit/75ddeb72ce6ca34a1ae2113e7eb172fef87a865a))
* restore something ([18dd9e2](https://github.com/cheminfo/test-package/commit/18dd9e2377d29b6a638915475ef1e2db40d3c824))


### Bug Fixes

* add missing feature ([f674d64](https://github.com/cheminfo/test-package/commit/f674d64689777e41f07b2a875b83127049d36ab9))
* change ownership of npm package ([bcef7d0](https://github.com/cheminfo/test-package/commit/bcef7d026768f869b66bac36acf917698880a34a))
* change release event to published ([1770190](https://github.com/cheminfo/test-package/commit/1770190a6ffc2e6465a8163aa9347bfb8dc8bd66))
* remove bad text ([56bf2ac](https://github.com/cheminfo/test-package/commit/56bf2acb1ddddf0a84cc50dae43768e91b961bd9))
* trigger new release ([9f11545](https://github.com/cheminfo/test-package/commit/9f115452da4bcab5993ce50b5bbceab024e3198c))
* update dependencies ([3d18994](https://github.com/cheminfo/test-package/commit/3d1899437115cb1901cbf8301a833713d4db5f2d))
* update release workflow to latest version ([66961ff](https://github.com/cheminfo/test-package/commit/66961ffc42d2efedfbdda837fe9cc2ed1771fa04))
* use a test token ([3a9078d](https://github.com/cheminfo/test-package/commit/3a9078ddd3770000238f12ebde9a3d9f65b5d019))
* use BOT_TOKEN ([92e6b54](https://github.com/cheminfo/test-package/commit/92e6b545e3c6a5129d55cd15cb48df8c80a4cc88))


### Performance Improvements

* test ([7ed5513](https://github.com/cheminfo/test-package/commit/7ed55133506ce177af3da3e15e95030c9a1628f6))


### Reverts

* "perf: test" ([9664030](https://github.com/cheminfo/test-package/commit/96640305bcb236f0febc648dd8c6aa0f4b491db9))


### Miscellaneous Chores

* remove fast-track.yml ([94188ea](https://github.com/cheminfo/test-package/commit/94188ea709a20c75b99366d5bb36042e96daa035))
* remove tests on Node.js 10 ([d4c671f](https://github.com/cheminfo/test-package/commit/d4c671f9d91c7869a6384a0ba66ff8b5025b5e08))
* update release workflow ([aa9c24e](https://github.com/cheminfo/test-package/commit/aa9c24e0a229e93845de160e44d276ac6506219c))


### Code Refactoring

* Another breaking change ([18dd9e2](https://github.com/cheminfo/test-package/commit/18dd9e2377d29b6a638915475ef1e2db40d3c824))
* There is a breaking change ([18dd9e2](https://github.com/cheminfo/test-package/commit/18dd9e2377d29b6a638915475ef1e2db40d3c824))

## [8.0.3](https://github.com/cheminfo/test-package/compare/v8.0.2...v8.0.3) (2024-03-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cheminfo-tools-test",
"version": "8.0.3",
"version": "1.0.0",
"description": "Dummy project - used as a starting point for new libraries",
"keywords": [
"test",
Expand Down

0 comments on commit e5ee00d

Please sign in to comment.