Skip to content

Commit 645ad2b

Browse files
chore(main): release 1.0.0 (#1)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e069e5a commit 645ad2b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog
2+
3+
## 1.0.0 (2023-12-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* remove example commands
9+
* change the file name to avoid conflicts with lazy async lib
10+
11+
### Features
12+
13+
* add error handling ([fc6049a](https://github.com/nvim-java/lua-async-await/commit/fc6049ade850e5b7ea81b2215b808b70760ff030))
14+
* add lint & release-please workflows ([6c0813a](https://github.com/nvim-java/lua-async-await/commit/6c0813afdd050123e08f9d481fa924773c061f93))
15+
16+
17+
### Bug Fixes
18+
19+
* assert fail when no errors in callback due to wong if condition ([a254fea](https://github.com/nvim-java/lua-async-await/commit/a254feaac265e5a4e24219763268d29cd5ea568a))
20+
* **ci:** ci failures ([d14b56c](https://github.com/nvim-java/lua-async-await/commit/d14b56c9a4343289b8de0b7be19d5f9a6b49e96e))
21+
* **ci:** remove test workflow ([cd81626](https://github.com/nvim-java/lua-async-await/commit/cd81626f1159ec9c03182b17ffd827b922c90e77))
22+
* **doc:** spell error in doc ([d4991d6](https://github.com/nvim-java/lua-async-await/commit/d4991d676569bbc7498a92de65f92a8dd0b1ab58))
23+
24+
25+
### Code Refactoring
26+
27+
* change the file name to avoid conflicts with lazy async lib ([b4c328b](https://github.com/nvim-java/lua-async-await/commit/b4c328be7e4e54a8b6558a4a8cc22264209386ef))
28+
* remove example commands ([e5dbffe](https://github.com/nvim-java/lua-async-await/commit/e5dbffe25c69e9aa92d6bf82588373fe0240060c))

0 commit comments

Comments
 (0)