Skip to content

Commit d6c6aaa

Browse files
committed
v1.0.0
1 parent 8ba9c9c commit d6c6aaa

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## v1.0.0 - 2022-12-09
9+
10+
### Commits
11+
12+
- Initial implementation, tests, readme [`8ba9c9c`](https://github.com/ljharb/asynciterator.prototype/commit/8ba9c9cff9e25ed6cb2a84731ea4c062621dc4e4)
13+
- Initial commit [`8f84f0d`](https://github.com/ljharb/asynciterator.prototype/commit/8f84f0dfe4abb201d52b1bc803ba85c4e2f80f14)
14+
- npm init [`3b1b6ff`](https://github.com/ljharb/asynciterator.prototype/commit/3b1b6ff7f5e3de904e4c3eb638e413b45868de17)
15+
- Only apps should have lockfiles [`a013277`](https://github.com/ljharb/asynciterator.prototype/commit/a013277781cc1f3f0cd5b890cf0a808730605e08)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "asynciterator.prototype",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "`AsyncIterator.prototype`, or a shared object to use.",
55
"main": "index.js",
66
"exports": {

0 commit comments

Comments
 (0)