Skip to content

Commit 4d6c40b

Browse files
committed
🚀 release: 2.0.0
1 parent 5d4404d commit 4d6c40b

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# 2.0.0 (2025-04-01)
2+
### 🔀 Pull Requests
3+
4+
- [Update build #4](https://github.com/localazy/languages/pull/4)
5+
- [Drop json files from distribution. #2](https://github.com/localazy/languages/pull/2)
6+
- [0.1.10 #1](https://github.com/localazy/languages/pull/1)
7+
8+
### 📚 Documentation
9+
10+
- Add more links to readme. ([5d4404d](https://github.com/localazy/languages/commit/5d4404d)) ([#4](https://github.com/localazy/languages/pull/4))
11+
- Update readme. ([5d4404d](https://github.com/localazy/languages/commit/5d4404d)) ([#4](https://github.com/localazy/languages/pull/4))
12+
13+
### 🧰 Other Commits
14+
15+
- Prettier & lint. ([5d4404d](https://github.com/localazy/languages/commit/5d4404d)) ([#4](https://github.com/localazy/languages/pull/4))
16+
- Read built languages from env. ([5d4404d](https://github.com/localazy/languages/commit/5d4404d)) ([#4](https://github.com/localazy/languages/pull/4))
17+
- Redo build scripts with vite. ([5d4404d](https://github.com/localazy/languages/commit/5d4404d)) ([#4](https://github.com/localazy/languages/pull/4))
18+
- Remove generation of translated-language-lists. ([5d4404d](https://github.com/localazy/languages/commit/5d4404d)) ([#4](https://github.com/localazy/languages/pull/4))
19+
- Update pipeline. ([5d4404d](https://github.com/localazy/languages/commit/5d4404d)) ([#4](https://github.com/localazy/languages/pull/4))
20+
- **release:** 1.0.0 ([460e412](https://github.com/localazy/languages/commit/460e412)) ([#2](https://github.com/localazy/languages/pull/2))
21+
- Drop json files from distribution. ([460e412](https://github.com/localazy/languages/commit/460e412)) ([#2](https://github.com/localazy/languages/pull/2))
22+
- **release:** 0.1.10 ([1e4a0aa](https://github.com/localazy/languages/commit/1e4a0aa)) ([#1](https://github.com/localazy/languages/pull/1))
23+
- **release:** 0.1.11 ([1e4a0aa](https://github.com/localazy/languages/commit/1e4a0aa)) ([#1](https://github.com/localazy/languages/pull/1))
24+
125
# Changelog
226

327
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@localazy/languages",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Available Localazy Languages",
55
"keywords": [
66
"typescript",

0 commit comments

Comments
 (0)