-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
acc7c79
commit 5923fef
Showing
5 changed files
with
31 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Changelog | ||
|
||
## [1.0.0](https://github.com/dimensionalpocket/development-js/compare/0.7.0...v1.0.0) (2022-08-18) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* replace version.json with version.js | ||
|
||
### Features | ||
|
||
* Release Please shared workflow ([#113](https://github.com/dimensionalpocket/development-js/issues/113)) ([bc8a5da](https://github.com/dimensionalpocket/development-js/commit/bc8a5da7c455a4f66756d4288d80fde9c5667e91)) | ||
* replace version.json with version.js ([8928585](https://github.com/dimensionalpocket/development-js/commit/8928585a02a3710cdb1f55b03b42349c0f8d3ad3)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **deps:** update dependency @babel/core to v7.18.10 ([#111](https://github.com/dimensionalpocket/development-js/issues/111)) ([87c6a27](https://github.com/dimensionalpocket/development-js/commit/87c6a27edd087f3fa737c844e1abb9ab958fe143)) | ||
* **deps:** update dependency @types/chai to v4.3.3 ([#112](https://github.com/dimensionalpocket/development-js/issues/112)) ([f705d9e](https://github.com/dimensionalpocket/development-js/commit/f705d9ec303a270e2f1cf3869989bdcc2c2cfe10)) | ||
* remove README from version update for now ([ea3177e](https://github.com/dimensionalpocket/development-js/commit/ea3177eec0c07c1eb279c3f03024c8298671ef4f)) | ||
* remove required input from shared workflow ([3cbdfda](https://github.com/dimensionalpocket/development-js/commit/3cbdfda5ff0017d48a67c1f74d19d29d3660f011)) | ||
* revert changes to workflow file ([8a6a212](https://github.com/dimensionalpocket/development-js/commit/8a6a2123e002310a457c631ad85e3dd771d3476e)) | ||
* update version in README and version.json ([5b504f2](https://github.com/dimensionalpocket/development-js/commit/5b504f2b016803cc828430b8b063ec9c311e5fe0)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const VERSION = '0.7.0' /* x-release-please-version */ | ||
export const VERSION = '1.0.0' /* x-release-please-version */ |