Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
Made changes to package-lock.json
Updated swagger-ui-express from 4.6.3 to 5.0.0
Made some changes to CONTRIBUTING.md
Updated the Version in swagger.json
  • Loading branch information
PetarMc1 committed Apr 14, 2024
1 parent 08323ee commit 51e4596
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,10 @@ Version 1.1.0
- Fixed a link typo in README.md
- Crated CONTRIBUTING.md
- Created CHANGELOG
- Added a 'Contributing' part in the README
- Added a 'Contributing' part in the README

Version 1.1.1
- Made changes to package-lock.json
- Updated swagger-ui-express from 4.6.3 to 5.0.0
- Made some changes to CONTRIBUTING.md
- Updated the Version in swagger.json
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing Guide
How to Contribute
Thank you for considering contributing to the Minecraft-Items-API! I appreciate your help in making the API better.
Thank you for considering contributing to the Minecraft-Items-API project! I appreciate your help in making the API better.

## Submitting Contributions

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "minecraft-item-api",
"name": "minecraft-items-api",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node api/app.js"
},
"keywords": ["Minecraft", "API"],
"author": "",
"author": "Petar_mc",
"license": "MIT",
"dependencies": {
"express": "^4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Petar's Minecraft API",
"description": "API for retrieving Minecraft item and block information (https://github.com/PetarMc1/Minecraft-Item-API)",
"version": "1.0.0"
"version": "1.1.1"
},
"basePath": "/",
"paths": {
Expand Down

0 comments on commit 51e4596

Please sign in to comment.