Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Group-One-Technology/minijs
Browse files Browse the repository at this point in the history
  • Loading branch information
notthatjen committed Jun 19, 2024
2 parents 938736f + 86f3967 commit 55aef85
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@
"doc",
"test"
]
},
{
"login": "notthatjen",
"name": "Jen",
"avatar_url": "https://avatars.githubusercontent.com/u/26903002?v=4",
"profile": "https://github.com/notthatjen",
"contributions": [
"doc",
"code"
]
}
],
"contributorsPerLine": 7,
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v1.0.17 (Tue Jun 18 2024)

#### ⚠️ Pushed to `main`

- Merge branch 'main' of github.com:Group-One-Technology/minijs ([@notthatjen](https://github.com/notthatjen))
- bugfix: fix domReady, wait for the entire page to load ([@notthatjen](https://github.com/notthatjen))

#### Authors: 1

- Jen ([@notthatjen](https://github.com/notthatjen))

---

# v1.0.16 (Tue Jun 18 2024)

#### πŸ› Bug Fix
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ Here are the custom array methods which are available for you to use:
<td align="center"><a href="https://github.com/jensnowww"><img src="https://avatars.githubusercontent.com/u/26903002?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jen</b></sub></a><br /><a href="https://github.com/Group-One-Technology/minijs/commits?author=jensnowww" title="Code">πŸ’»</a> <a href="#infra-jensnowww" title="Infrastructure (Hosting, Build-Tools, etc)">πŸš‡</a> <a href="https://github.com/Group-One-Technology/minijs/commits?author=jensnowww" title="Documentation">πŸ“–</a></td>
<td align="center"><a href="https://github.com/tonyennis145"><img src="https://avatars.githubusercontent.com/u/3110339?v=4?s=100" width="100px;" alt=""/><br /><sub><b>tonyennis145</b></sub></a><br /><a href="https://github.com/Group-One-Technology/minijs/commits?author=tonyennis145" title="Documentation">πŸ“–</a> <a href="https://github.com/Group-One-Technology/minijs/commits?author=tonyennis145" title="Code">πŸ’»</a></td>
<td align="center"><a href="https://joeylene.com/"><img src="https://avatars.githubusercontent.com/u/23741509?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Joeylene</b></sub></a><br /><a href="#infra-jorenrui" title="Infrastructure (Hosting, Build-Tools, etc)">πŸš‡</a> <a href="https://github.com/Group-One-Technology/minijs/commits?author=jorenrui" title="Code">πŸ’»</a> <a href="https://github.com/Group-One-Technology/minijs/commits?author=jorenrui" title="Documentation">πŸ“–</a> <a href="https://github.com/Group-One-Technology/minijs/commits?author=jorenrui" title="Tests">⚠️</a></td>
<td align="center"><a href="https://github.com/notthatjen"><img src="https://avatars.githubusercontent.com/u/26903002?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jen</b></sub></a><br /><a href="https://github.com/Group-One-Technology/minijs/commits?author=notthatjen" title="Documentation">πŸ“–</a> <a href="https://github.com/Group-One-Technology/minijs/commits?author=notthatjen" title="Code">πŸ’»</a></td>
</tr>
</table>

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": "tonic-minijs",
"version": "1.0.16",
"version": "1.0.17",
"files": [
"dist"
],
Expand Down

0 comments on commit 55aef85

Please sign in to comment.