From 1da4b994c6745e1216742aabeac855468fbd19cb Mon Sep 17 00:00:00 2001 From: Ali Azmoodeh Date: Tue, 17 Jan 2023 19:38:09 +0330 Subject: [PATCH] Version 2.0.8 * changed org url --- CHANGELOG.md | 2 +- CHANGELOG/2.x/CHNAGELOG.md | 6 ++++++ CONTRIBUTING.md | 6 +++--- README.md | Bin 2974 -> 3038 bytes docs/api.md | 10 +++++----- docs/index.md | 6 +++--- package.json | 8 ++++---- 7 files changed, 22 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c90069..ada09ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ # ChangeLog ### Version 2.x -[Change Log](https://github.com/treegex/opensql/tree/main/CHANGELOG/2.x/CHNAGELOG.md) \ No newline at end of file +[Change Log](https://github.com/opensql-org/opensql/tree/main/CHANGELOG/2.x/CHNAGELOG.md) \ No newline at end of file diff --git a/CHANGELOG/2.x/CHNAGELOG.md b/CHANGELOG/2.x/CHNAGELOG.md index a4cb8c3..d2414da 100644 --- a/CHANGELOG/2.x/CHNAGELOG.md +++ b/CHANGELOG/2.x/CHNAGELOG.md @@ -1,6 +1,12 @@ Change Log ========== +## Version 2.0.8 + +2023-1-17 + +* Change Org link + ## Version 2.0.7 2023-1-7 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a56f76a..3aae322 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,8 +4,8 @@ We're excited to see that you might be interested in contributing to Opensql! No need to ask permission to participate. For example, anyone can open issues and suggest changes to the source code (via pull requests). Here are some ways people can get involved: -* Opening well-written bug reports [(via New Issue)](https://github.com/treegex/opensql/milestone/1) -* Opening well-written feature requests [(via New Issue)](https://github.com/treegex/opensql/milestone/2) +* Opening well-written bug reports [(via New Issue)](https://github.com/opensql-org/opensql/milestone/1) +* Opening well-written feature requests [(via New Issue)](https://github.com/opensql-org/opensql/milestone/2) * Opening Pull Requests to fix bugs or make other improvements * Reviewing (i.e. commenting on) open Pull Requests, to help their creators improve it if needed and allow maintainers to take less time looking into them * Helping to clarify issues opened by others, commenting and asking for clarification @@ -22,7 +22,7 @@ Most operating systems provide all the needed tools (including Windows, Linux an ### 1. Clone the repository -Clone the repository (if you haven't already) via git clone https://github.com/treegex/opensql. If you plan on submitting a pull request, you can create a fork by clicking the fork button and clone it instead with git clone https://github.com/your-github-username/opensql, or add your fork as an upstream on the already cloned repo with git remote add upstream https://github.com/your-github-username/opensql. +Clone the repository (if you haven't already) via git clone https://github.com/opensql-org/opensql. If you plan on submitting a pull request, you can create a fork by clicking the fork button and clone it instead with git clone https://github.com/your-github-username/opensql, or add your fork as an upstream on the already cloned repo with git remote add upstream https://github.com/your-github-username/opensql. ### 2. Install the Node.js dependencies diff --git a/README.md b/README.md index e653139bbc7963d5127198c088992a81b8c20924..5d4fe1dca9ff05e1a0258aaab318b89875b97d64 100644 GIT binary patch delta 225 zcmbOyeouVDJ<)uI0)|wEJceS1LWUd$U50#yB8K#huP-uUm)U%hNuLF~)a2P*nv?a| lFW`{n=J0{~GTH+%p9 delta 180 zcmca7K2LnYJ>C+AB8F5TOb6nM$+GO~lh1GqY}R6&#fTv#zWD=_1Pg}nPc#v2j?Wk( dhLck`7hn", "license": "MIT", "bugs": { - "url": "https://github.com/treegex/opensql/milestone/1" + "url": "https://github.com/opensql-org/opensql/milestone/1" }, - "homepage": "https://github.com/treegex/opensql#readme" + "homepage": "https://github.com/opensql-org/opensql#readme" }