diff --git a/CHANGELOG.md b/CHANGELOG.md index db35f0c..7632081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,35 +1,52 @@ +## [1.7.1](https://github.com/avneesh0612/portfolio/compare/v1.7.0...v1.7.1) (2022-07-02) + + +### Bug Fixes + +* build ([d301920](https://github.com/avneesh0612/portfolio/commit/d30192098803f2b28c8dc8ccb1406287b19c2cbc)) + + + # [1.7.0](https://github.com/avneesh0612/portfolio/compare/v1.6.1...v1.7.0) (2022-07-02) + ### Features -- lots of updates in code and minor ui updates ([8059934](https://github.com/avneesh0612/portfolio/commit/805993484af9bdbabf6d269155b8ebeecfcbadc3)) +* lots of updates in code and minor ui updates ([8059934](https://github.com/avneesh0612/portfolio/commit/805993484af9bdbabf6d269155b8ebeecfcbadc3)) + + ## [1.6.1](https://github.com/avneesh0612/portfolio/compare/v1.6.0...v1.6.1) (2022-04-18) + ### Bug Fixes -- responsiveness issue ([a2d9e89](https://github.com/avneesh0612/portfolio/commit/a2d9e89b5c0c7cbfca5015517e78b0cb8e96ff10)) +* responsiveness issue ([a2d9e89](https://github.com/avneesh0612/portfolio/commit/a2d9e89b5c0c7cbfca5015517e78b0cb8e96ff10)) + + # [1.6.0](https://github.com/avneesh0612/portfolio/compare/v1.5.0...v1.6.0) (2022-04-03) + ### Features -- add umami and minor improvements ([f67a668](https://github.com/avneesh0612/portfolio/commit/f67a6688b3f452bf492abf9582ff4af2637a4ccd)) +* add umami and minor improvements ([f67a668](https://github.com/avneesh0612/portfolio/commit/f67a6688b3f452bf492abf9582ff4af2637a4ccd)) + + # [1.5.0](https://github.com/avneesh0612/portfolio/compare/v1.4.2...v1.5.0) (2022-02-08) + ### Bug Fixes -- build and use link ([e8fc196](https://github.com/avneesh0612/portfolio/commit/e8fc1965d0f7d77fec6aecd0f0e8b8e8791f9312)) -- typo ([3ea1146](https://github.com/avneesh0612/portfolio/commit/3ea11468f2aa841de16712e253a03c941ae77f85)) -- use router instead of a tag ([d554049](https://github.com/avneesh0612/portfolio/commit/d554049f05bae4cde300afa6d152f7b39f45adeb)) +* build and use link ([e8fc196](https://github.com/avneesh0612/portfolio/commit/e8fc1965d0f7d77fec6aecd0f0e8b8e8791f9312)) +* typo ([3ea1146](https://github.com/avneesh0612/portfolio/commit/3ea11468f2aa841de16712e253a03c941ae77f85)) +* use router instead of a tag ([d554049](https://github.com/avneesh0612/portfolio/commit/d554049f05bae4cde300afa6d152f7b39f45adeb)) + ### Features -- changes on the 404 page ([eefac78](https://github.com/avneesh0612/portfolio/commit/eefac7857de018db1906f82d7cc1aef7204490bd)) +* changes on the 404 page ([eefac78](https://github.com/avneesh0612/portfolio/commit/eefac7857de018db1906f82d7cc1aef7204490bd)) -## [1.4.2](https://github.com/avneesh0612/portfolio/compare/v1.4.1...v1.4.2) (2022-01-30) -### Bug Fixes -- add node types ([a77de92](https://github.com/avneesh0612/portfolio/commit/a77de92b4e04b87a2f5bc51d6c1c11a861716065)) diff --git a/package.json b/package.json index 819bfea..448a487 100644 --- a/package.json +++ b/package.json @@ -1,54 +1,54 @@ { - "private": true, - "scripts": { - "dev": "next dev", - "build": "next build", - "start": "next start", - "lint": "next lint", - "prepare": "husky install", - "pre-commit": "yarn run format && yarn run lint && git add -A .", - "release": "standard-version", - "release:minor": "standard-version --release-as minor", - "release:patch": "standard-version --release-as patch", - "release:major": "standard-version --release-as major", - "format": "prettier --write .", - "format:check": "prettier --check ." - }, - "dependencies": { - "aos": "3.0.0-beta.6", - "feed": "^4.2.2", - "framer-motion": "^6.3.16", - "next": "^12.2.0", - "next-seo": "^5.4.0", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "react-icons": "^4.4.0", - "react-scroll": "^1.8.7" - }, - "devDependencies": { - "@commitlint/cli": "^17.0.3", - "@commitlint/config-conventional": "^17.0.3", - "@trivago/prettier-plugin-sort-imports": "^3.2.0", - "@types/aos": "^3.0.4", - "@types/node": "^18.0.0", - "@types/react": "^18.0.14", - "@types/react-dom": "^18.0.5", - "@types/react-scroll": "^1.8.3", - "autoprefixer": "^10.4.7", - "commitlint": "^17.0.3", - "eslint": "^8.19.0", - "eslint-config-next": "^12.2.0", - "eslint-config-prettier": "^8.5.0", - "eslint-plugin-prettier": "^4.2.1", - "eslint-plugin-react": "^7.30.1", - "eslint-plugin-react-hooks": "^4.6.0", - "husky": "^8.0.1", - "postcss": "^8.4.14", - "prettier": "^2.7.1", - "prettier-plugin-tailwindcss": "^0.1.11", - "standard-version": "^9.5.0", - "tailwindcss": "^3.1.4", - "typescript": "^4.7.4" - }, - "version": "1.7.0" -} + "private": true, + "scripts": { + "dev": "next dev", + "build": "next build", + "start": "next start", + "lint": "next lint", + "prepare": "husky install", + "pre-commit": "yarn run format && yarn run lint && git add -A .", + "release": "standard-version", + "release:minor": "standard-version --release-as minor", + "release:patch": "standard-version --release-as patch", + "release:major": "standard-version --release-as major", + "format": "prettier --write .", + "format:check": "prettier --check ." + }, + "dependencies": { + "aos": "3.0.0-beta.6", + "feed": "^4.2.2", + "framer-motion": "^6.3.16", + "next": "^12.2.0", + "next-seo": "^5.4.0", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "react-icons": "^4.4.0", + "react-scroll": "^1.8.7" + }, + "devDependencies": { + "@commitlint/cli": "^17.0.3", + "@commitlint/config-conventional": "^17.0.3", + "@trivago/prettier-plugin-sort-imports": "^3.2.0", + "@types/aos": "^3.0.4", + "@types/node": "^18.0.0", + "@types/react": "^18.0.14", + "@types/react-dom": "^18.0.5", + "@types/react-scroll": "^1.8.3", + "autoprefixer": "^10.4.7", + "commitlint": "^17.0.3", + "eslint": "^8.19.0", + "eslint-config-next": "^12.2.0", + "eslint-config-prettier": "^8.5.0", + "eslint-plugin-prettier": "^4.2.1", + "eslint-plugin-react": "^7.30.1", + "eslint-plugin-react-hooks": "^4.6.0", + "husky": "^8.0.1", + "postcss": "^8.4.14", + "prettier": "^2.7.1", + "prettier-plugin-tailwindcss": "^0.1.11", + "standard-version": "^9.5.0", + "tailwindcss": "^3.1.4", + "typescript": "^4.7.4" + }, + "version": "1.7.1" +} \ No newline at end of file